tiny.simd.nearestInt
Defined in convert.
Source
Source: lib/simd/src/convert.zig:31
zig
pub fn nearestInt(comptime D: type, value: anytype) D.Vector { validateSameWidthFloatToSigned(D, @TypeOf(value)); return roundEvenToInt(D, value);}Source: lib/simd/src/root.zig:797
zig
pub const nearestInt = convert.nearestInt;Audit
| Definitions | 1 |
|---|---|
| Public names | 2 |
| Members | 0 |
| Version | 26.7.0 |
| Revision | daab053ee433 |