get rid of JIT and other things
This commit is contained in:
@@ -37,4 +37,4 @@ using m128i = __m128i;
|
||||
|
||||
#define unlikely(exp) __builtin_expect(exp, 0)
|
||||
#define likely(exp) __builtin_expect(exp, 1)
|
||||
#define INLINE static inline __attribute__((always_inline))
|
||||
#define FORCE_INLINE inline __attribute__((always_inline))
|
||||
Reference in New Issue
Block a user