BSGS icon indicating copy to clipboard operation
BSGS copied to clipboard

How can I use __builtin_bswap64 in NVCC of CUDA?

Open Ryan-Joshua opened this issue 3 years ago • 0 comments

There are built-in functions in GCC to flip byte contents, e.g. __builtin_bswap64. Is there a similar function under NVCC for CUDA? If not, how do I implement this function on the device?

Ryan-Joshua avatar Jul 31 '22 02:07 Ryan-Joshua