Skip to documentation
SLOP

tiny.simd.xorAndNot

Reference tiny.simd xorAndNot

Defined in logical.

Called byCallstest sourcelib.simd.src.logicaltest: Highway ternary and masked logi...logicalandNotlogicalbitXorlogicalxorAndNot
Static calls · unresolved targets: 0 · external targets: 0.

Source

Source: lib/simd/src/logical.zig:46

zig
pub fn xorAndNot(comptime D: type, x: D.Vector, a: D.Vector, b: D.Vector) D.Vector {    return bitXor(D, x, andNot(D, a, b));}

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

zig
pub const xorAndNot = logical.xorAndNot;

Audit

Definitions1
Public names2
Members0
Version26.7.0
Revisiondaab053ee433