#define OQMC_HOST_DEVICE
Definition gpu.h:13
constexpr std::uint32_t rotateBytes(std::uint32_t value, int distance)
Rotate bytes in an integer value.
Definition rotate.h:41
EncodeKey decodeBits16(std::uint16_t value)
Decode a value back into a key.
Definition encode.h:81
constexpr std::uint32_t rotateBits(std::uint32_t value, std::uint32_t distance)
Rotate bits in an integer value.
Definition rotate.h:26