Skip to documentation
SLOP

tiny.simd.fastLog

Reference tiny.simd fastLog

Defined in fastmath.

Called byCallstest sourcelib.simd.src.fastmathtest: Highway fast math stays within ...mathlogfastmathfastLog
Static calls · unresolved targets: 0 · external targets: 0.

Source

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

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

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

zig
pub const fastLog = fastmath.fastLog;

Audit

Definitions1
Public names2
Members0
Version26.7.0
Revisiondaab053ee433