TurboPFor: Config/Platform
This commit is contained in:
2
lib/include_/conf.h
Executable file → Normal file
2
lib/include_/conf.h
Executable file → Normal file
@ -112,7 +112,7 @@ static ALWAYS_INLINE unsigned ror64(unsigned x, int s) { return x >> s | x << (6
|
||||
#define ALIGNED(t,v,n) __declspec(align(n)) t v
|
||||
#define ALWAYS_INLINE __forceinline
|
||||
#define NOINLINE __declspec(noinline)
|
||||
#define _PACKED __attribute__ ((packed))
|
||||
#define _PACKED //__attribute__ ((packed))
|
||||
#define THREADLOCAL __declspec(thread)
|
||||
#define likely(x) (x)
|
||||
#define unlikely(x) (x)
|
||||
|
||||
Reference in New Issue
Block a user