Skip to documentation
SLOP

tiny.simd.fastExp2Normal

Reference tiny.simd fastExp2Normal

Defined in fastmath.

Called byCallstest sourcelib.simd.src.fastmathtest: Highway fast binary and positiv...private sourcelib.simd.src.fastmathflushSubnormalsmathexp2fastmathfastExp2Normal
Static calls · unresolved targets: 0 · external targets: 0.

Source

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

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

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

zig
pub const fastExp2Normal = fastmath.fastExp2Normal;

Audit

Definitions1
Public names2
Members0
Version26.7.0
Revisiondaab053ee433