Skip to documentation
SLOP

tiny.simd.fastExpNormal

Reference tiny.simd fastExpNormal

Defined in fastmath.

Called byCallstest sourcelib.simd.src.fastmathtest: Highway fast normal modes flush...private sourcelib.simd.src.fastmathflushSubnormalsmathexpfastmathfastExpNormal
Static calls · unresolved targets: 0 · external targets: 0.

Source

Source: lib/simd/src/fastmath.zig:56

zig
pub fn fastExpNormal(comptime D: type, value: D.Vector) D.Vector {    return flushSubnormals(D, math.exp(D, value));}

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

zig
pub const fastExpNormal = fastmath.fastExpNormal;

Audit

Definitions1
Public names2
Members0
Version26.7.0
Revisiondaab053ee433