bit.exact_xor¶
note: pad 2 is needed, but pad 8 is used for wflips-padding optimization and for smaller wflips.
dst(bit_address) ^= src
dst,src are bits.
Signature¶
def exact_xor dst, src @ base_jump_label, cleanup { ... }
Defined in bit/logics.fj — lines 23–31 (view on GitHub).
Complexity¶
Time:
@-1Space:
@-1
See the complexity glossary for what @, w, dw, dbit, n mean.