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