This commit is contained in:
Alexey Vasiliev 2015-06-15 16:46:32 +03:00
commit f33a48da38

View File

@ -12,7 +12,7 @@
*/
#include <stdint.h>
#include <cstdlib>
#define ROTL(x,b) (u64)( ((x) << (b)) | ( (x) >> (64 - (b))) )