Available on x86-64 only.
Macros§
- bt 🔒
Functions§
- _bittest64⚠
- Returns the bit in position
bof the memory addressed byp. - _bittestandcomplement64⚠
- Returns the bit in position
bof the memory addressed byp, then inverts that bit. - _bittestandreset64⚠
- Returns the bit in position
bof the memory addressed byp, then resets that bit to0. - _bittestandset64⚠
- Returns the bit in position
bof the memory addressed byp, then sets the bit to1.