Skip to documentation
SLOP

tiny.simd.fastLog10PositiveNormal

Reference tiny.simd fastLog10PositiveNormal

Defined in fastmath.

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

Source

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

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

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

zig
pub const fastLog10PositiveNormal = fastmath.fastLog10PositiveNormal;

Audit

Definitions1
Public names2
Members0
Version26.7.0
Revisiondaab053ee433