mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-19 22:22:00 +00:00
Merge
This commit is contained in:
commit
ea91bf4d6d
@ -11,9 +11,8 @@
|
|||||||
* (~ 700 МБ/сек., 15 млн. строк в секунду)
|
* (~ 700 МБ/сек., 15 млн. строк в секунду)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <stdint.h>
|
#include <cstdint>
|
||||||
#include <cstdlib>
|
#include <cstddef>
|
||||||
#include <stddef.h>
|
|
||||||
|
|
||||||
#define ROTL(x,b) (u64)( ((x) << (b)) | ( (x) >> (64 - (b))) )
|
#define ROTL(x,b) (u64)( ((x) << (b)) | ( (x) >> (64 - (b))) )
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user