tiny.simd.isEitherNaN
Defined in compare.
Source
Source: lib/simd/src/compare.zig:68
zig
pub fn isEitherNaN(comptime D: type, a: D.Vector, b: D.Vector) D.Mask { return isNaN(D, a) | isNaN(D, b);}Source: lib/simd/src/root.zig:696
zig
pub const isEitherNaN = compare.isEitherNaN;Audit
| Definitions | 1 |
|---|---|
| Public names | 2 |
| Members | 0 |
| Version | 26.7.0 |
| Revision | daab053ee433 |