From 4c47a778b1400fefa6e83df5714353fcf3e8aa14 Mon Sep 17 00:00:00 2001 From: x Date: Mon, 14 Aug 2023 12:00:21 +0200 Subject: [PATCH] TurboPFor: Config/Platform --- lib/include_/conf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 lib/include_/conf.h diff --git a/lib/include_/conf.h b/lib/include_/conf.h old mode 100755 new mode 100644 index f16fc60..1808b98 --- a/lib/include_/conf.h +++ b/lib/include_/conf.h @@ -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)