tiny.simd.fastPow
Defined in fastmath.
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
| Definitions | 1 |
|---|---|
| Public names | 2 |
| Members | 0 |
| Version | 26.7.0 |
| Revision | daab053ee433 |