Skip to documentation
SLOP

tiny.simd.isEitherNaN

Reference tiny.simd isEitherNaN

Defined in compare.

Called byCallstest sourcelib.simd.src.comparetest: Highway sign classification rea...compareisNaNcompareisEitherNaN
Static calls · unresolved targets: 0 · external targets: 0.

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

Definitions1
Public names2
Members0
Version26.7.0
Revisiondaab053ee433