Skip to documentation
SLOP

tiny.simd.log2

Reference tiny.simd log2

Defined in math.

Called byCallstest; no linkfun.sdfii.src.scene.composetest: composeBalanced: 3 fragments, d...fastmathfastLog2fastmathfastLog2PositiveNormaltest sourcelib.simd.src.mathtest: Highway contributed logarithmic...test sourcelib.simd.src.mathtest: Highway contributed math sample...private sourcelib.simd.src.mathrequireFloatmathlog2
Static calls · unresolved targets: 0 · external targets: 0.

Source

Source: lib/simd/src/math.zig:107

zig
pub fn log2(comptime D: type, value: D.Vector) D.Vector {    requireFloat(D.Lane);    return @log2(value);}

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

zig
pub const log2 = math.log2;

Audit

Definitions1
Public names2
Members0
Version26.7.0
Revisiondaab053ee433