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