summaryrefslogtreecommitdiff
path: root/src/lj_arch.h
diff options
context:
space:
mode:
authorMike Pall <mike>2011-07-25 00:18:20 +0200
committerMike Pall <mike>2011-07-25 00:18:20 +0200
commit551f09cebd4c6e0e9722d52346ffd9b45d459d25 (patch)
tree8e23f6e9a07ea24a3101c22eca79f5a4fc8eaed0 /src/lj_arch.h
parentee2bb5efed2c1172edd34280c53d9778ec20efb4 (diff)
downloadluajit-551f09cebd4c6e0e9722d52346ffd9b45d459d25.tar.gz
luajit-551f09cebd4c6e0e9722d52346ffd9b45d459d25.tar.bz2
luajit-551f09cebd4c6e0e9722d52346ffd9b45d459d25.zip
PPC: Add dual-number mode interpreter. Enable by default.
Diffstat (limited to 'src/lj_arch.h')
-rw-r--r--src/lj_arch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lj_arch.h b/src/lj_arch.h
index 826c54c1..ceaee6e7 100644
--- a/src/lj_arch.h
+++ b/src/lj_arch.h
@@ -162,7 +162,7 @@
162#define LJ_TARGET_MASKSHIFT 0 162#define LJ_TARGET_MASKSHIFT 0
163#define LJ_TARGET_MASKROT 1 163#define LJ_TARGET_MASKROT 1
164#define LJ_TARGET_UNIFYROT 1 /* Want only IR_BROL. */ 164#define LJ_TARGET_UNIFYROT 1 /* Want only IR_BROL. */
165#define LJ_ARCH_NUMMODE LJ_NUMMODE_SINGLE /* NYI: dual-num. */ 165#define LJ_ARCH_NUMMODE LJ_NUMMODE_DUAL_SINGLE
166#define LJ_ARCH_NOFFI 1 /* NYI: comparisons, calls. */ 166#define LJ_ARCH_NOFFI 1 /* NYI: comparisons, calls. */
167#define LJ_ARCH_NOJIT 1 167#define LJ_ARCH_NOJIT 1
168 168