MINOR: tools: add 64-bit rotate operators
authorWilly Tarreau <w@1wt.eu>
Sat, 7 Mar 2020 23:41:00 +0000 (00:41 +0100)
committerWilly Tarreau <w@1wt.eu>
Sat, 7 Mar 2020 23:42:18 +0000 (00:42 +0100)
commit7a40909c00c13d2733bc1d41ddc7dc1d19e05da9
treececb422bd7549d732ebee19aab6b5baa4db29310
parentf726e03bb84d16b389c9e303e2de2afd098695ea
MINOR: tools: add 64-bit rotate operators

This adds rotl64/rotr64 to rotate a 64-bit word by an arbitrary number
of bits. It's mainly aimed at being used with constants.
include/common/standard.h