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