Skip to documentation
SLOP

tiny.simd.fastLog2PositiveNormal

Reference tiny.simd fastLog2PositiveNormal

Defined in fastmath.

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

Source

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

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

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

zig
pub const fastLog2PositiveNormal = fastmath.fastLog2PositiveNormal;

Audit

Definitions1
Public names2
Members0
Version26.7.0
Revisiondaab053ee433