Skip to documentation
SLOP

tiny.simd.exclusiveNeither

Reference tiny.simd exclusiveNeither

Defined in compare.

Called byCallstest sourcelib.simd.src.comparetest: Highway mask searches and first...comparemaskNotcompareexclusiveNeither
Static calls · unresolved targets: 0 · external targets: 0.

Source

Source: lib/simd/src/compare.zig:139

zig
pub fn exclusiveNeither(comptime D: type, a: D.Mask, b: D.Mask) D.Mask {    return maskNot(D, a) & maskNot(D, b);}

Source: lib/simd/src/root.zig:712

zig
pub const exclusiveNeither = compare.exclusiveNeither;

Audit

Definitions1
Public names2
Members0
Version26.7.0
Revisiondaab053ee433