get rid of JIT and other things

This commit is contained in:
SimoneN64
2023-06-04 22:28:23 +02:00
parent 1ed2506523
commit 30fce7ecf7
36 changed files with 143 additions and 3602 deletions

View File

@@ -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))