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