tiny.simd.trunc
Defined in floating.
Source
Source: lib/simd/src/floating.zig:59
zig
pub fn trunc(comptime D: type, value: D.Vector) D.Vector { requireFloat(D.Lane, "trunc"); return @trunc(value);}Source: lib/simd/src/root.zig:369
zig
pub const trunc = floating.trunc;Audit
| Definitions | 1 |
|---|---|
| Public names | 2 |
| Members | 0 |
| Version | 26.7.0 |
| Revision | daab053ee433 |