Skip to documentation
SLOP

tiny.simd.fastLog1pPositiveNormal

Reference tiny.simd fastLog1pPositiveNormal

Defined in fastmath.

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

Source

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

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

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

zig
pub const fastLog1pPositiveNormal = fastmath.fastLog1pPositiveNormal;

Audit

Definitions1
Public names2
Members0
Version26.7.0
Revisiondaab053ee433