tiny.simd.nan
Defined in construct.
Source
Source: lib/simd/src/construct.zig:45
zig
pub fn nan(comptime D: type) D.Vector { if (@typeInfo(D.Lane) != .float) @compileError("nan requires floating-point lanes"); return @splat(std.math.nan(D.Lane));}Source: lib/simd/src/root.zig:206
zig
pub const nan = construct.nan;Audit
| Definitions | 1 |
|---|---|
| Public names | 2 |
| Members | 0 |
| Version | 26.7.0 |
| Revision | daab053ee433 |