SLOP
tiny.simd.log2
Reference › tiny.simd › log2
Defined in math.
Static calls · unresolved targets: 0 · external targets: 0.
Source
Source: lib/simd/src/math.zig:107
1pub fn log2(comptime D: type, value: D.Vector) D.Vector {2 requireFloat(D.Lane);3 return @log2(value);4}
Source: lib/simd/src/root.zig:422
1pub const log2 = math.log2;
Audit
| Definitions | 1 |
|---|
| Public names | 2 |
|---|
| Members | 0 |
|---|
| Version | 26.7.0 |
|---|
| Revision | daab053ee433 |
|---|