tiny.simd.exclusiveNeither
Defined in compare.
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
| Definitions | 1 |
|---|---|
| Public names | 2 |
| Members | 0 |
| Version | 26.7.0 |
| Revision | daab053ee433 |