//! Dual CPU references for `primitive.bitwise.xor`.
use crateDualReference;
use Xor;
/// Operation ID for the XOR primitive — re-exports the canonical id from the op's `OpSpec`
/// so the two never drift. If the op's id changes, this constant changes in the same commit.
pub const OP_ID: &str = SPEC.id;
/// Direct word-oriented XOR reference.
/// Bit-by-bit XOR reference.
/// Dual-reference marker for the XOR primitive.
;