tiny.simd.fastExpNormal
Defined in fastmath.
Source
Source: lib/simd/src/fastmath.zig:56
zig
pub fn fastExpNormal(comptime D: type, value: D.Vector) D.Vector { return flushSubnormals(D, math.exp(D, value));}Source: lib/simd/src/root.zig:446
zig
pub const fastExpNormal = fastmath.fastExpNormal;Audit
| Definitions | 1 |
|---|---|
| Public names | 2 |
| Members | 0 |
| Version | 26.7.0 |
| Revision | daab053ee433 |