TurboPFor: Config/Platform

This commit is contained in:
x
2023-08-14 12:00:21 +02:00
parent e2c2b8a032
commit 4c47a778b1

2
lib/include_/conf.h Executable file → Normal file
View 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)