Skip to documentation
SLOP

tiny.simd.fastExp

Reference tiny.simd fastExp

Defined in fastmath.

Called byCallstest sourcelib.simd.src.fastmathtest: Highway fast math stays within ...mathexpfastmathfastExp
Static calls · unresolved targets: 0 · external targets: 0.

Source

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

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

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

zig
pub const fastExp = fastmath.fastExp;

Audit

Definitions1
Public names2
Members0
Version26.7.0
Revisiondaab053ee433