//! Dual CPU references for `primitive.bitwise.xor`.
use crateDualReference;
/// Operation ID for the XOR primitive. Matches the canonical dialect
/// op identifier registered by `vyre_ops::primitive::bitwise::xor`.
pub const OP_ID: &str = "primitive.bitwise.xor";
/// Direct word-oriented XOR reference.
/// Bit-by-bit XOR reference.
/// Dual-reference marker for the XOR primitive.
;