diff options
Diffstat (limited to 'src/lj_jit.h')
-rw-r--r-- | src/lj_jit.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/lj_jit.h b/src/lj_jit.h index 8b42dd4e..2683b462 100644 --- a/src/lj_jit.h +++ b/src/lj_jit.h | |||
@@ -18,12 +18,11 @@ | |||
18 | #define JIT_F_SSE3 0x00000020 | 18 | #define JIT_F_SSE3 0x00000020 |
19 | #define JIT_F_SSE4_1 0x00000040 | 19 | #define JIT_F_SSE4_1 0x00000040 |
20 | #define JIT_F_PREFER_IMUL 0x00000080 | 20 | #define JIT_F_PREFER_IMUL 0x00000080 |
21 | #define JIT_F_SPLIT_XMM 0x00000100 | 21 | #define JIT_F_LEA_AGU 0x00000100 |
22 | #define JIT_F_LEA_AGU 0x00000200 | ||
23 | 22 | ||
24 | /* Names for the CPU-specific flags. Must match the order above. */ | 23 | /* Names for the CPU-specific flags. Must match the order above. */ |
25 | #define JIT_F_CPU_FIRST JIT_F_SSE2 | 24 | #define JIT_F_CPU_FIRST JIT_F_SSE2 |
26 | #define JIT_F_CPUSTRING "\4SSE2\4SSE3\6SSE4.1\3AMD\2K8\4ATOM" | 25 | #define JIT_F_CPUSTRING "\4SSE2\4SSE3\6SSE4.1\3AMD\4ATOM" |
27 | #elif LJ_TARGET_ARM | 26 | #elif LJ_TARGET_ARM |
28 | #define JIT_F_ARMV6_ 0x00000010 | 27 | #define JIT_F_ARMV6_ 0x00000010 |
29 | #define JIT_F_ARMV6T2_ 0x00000020 | 28 | #define JIT_F_ARMV6T2_ 0x00000020 |