Skip to documentation
SLOP

tiny.simd.fastPowNormal

Reference tiny.simd fastPowNormal

Defined in fastmath.

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

Source

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

zig
pub fn fastPowNormal(comptime D: type, base: D.Vector, exponent: D.Vector) D.Vector {    return flushSubnormals(D, math.pow(D, base, exponent));}

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

zig
pub const fastPowNormal = fastmath.fastPowNormal;

Audit

Definitions1
Public names2
Members0
Version26.7.0
Revisiondaab053ee433