Skip to documentation
SLOP

tiny.simd.fastExp2

Reference tiny.simd fastExp2

Defined in fastmath.

Called byCallstest sourcelib.simd.src.fastmathtest: Highway fast logarithm and expo...mathexp2fastmathfastExp2
Static calls · unresolved targets: 0 · external targets: 0.

Source

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

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

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

zig
pub const fastExp2 = fastmath.fastExp2;

Audit

Definitions1
Public names2
Members0
Version26.7.0
Revisiondaab053ee433