Skip to documentation
SLOP

tiny.simd.fastPow

Reference tiny.simd fastPow

Defined in fastmath.

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

Source

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

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

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

zig
pub const fastPow = fastmath.fastPow;

Audit

Definitions1
Public names2
Members0
Version26.7.0
Revisiondaab053ee433