Skip to documentation
SLOP

tiny.simd.fastLogPositiveNormal

Reference tiny.simd fastLogPositiveNormal

Defined in fastmath.

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

Source

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

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

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

zig
pub const fastLogPositiveNormal = fastmath.fastLogPositiveNormal;

Audit

Definitions1
Public names2
Members0
Version26.7.0
Revisiondaab053ee433