fetch_xor
Atomically bitwise-xor operand with *m_data.
|
(1) |
-
Atomically bitwise-xor operand with *m_data.
Parameters:-
T
operand
: the value to xor with *m_data. -
cl::sycl::memory_order
mem_order
: the ordering to use. Can only be memory_order_relaxed.
-