Skip to documentation
SLOP

tiny.simd.exp

Reference tiny.simd exp

Defined in math.

Called byCallsfastmathfastExpfastmathfastExpMinusOrZerofastmathfastExpNormaltest sourcelib.simd.src.mathtest: Highway contributed elementary ...test sourcelib.simd.src.mathtest: Highway contributed math sample...private sourcelib.simd.src.mathrequireFloatmathexp
Static calls · unresolved targets: 0 · external targets: 0.

Source

Source: lib/simd/src/math.zig:80

zig
pub fn exp(comptime D: type, value: D.Vector) D.Vector {    requireFloat(D.Lane);    return @exp(value);}

Source: lib/simd/src/root.zig:416

zig
pub const exp = math.exp;

Audit

Definitions1
Public names2
Members0
Version26.7.0
Revisiondaab053ee433