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)
downloadluajit2-551f09cebd4c6e0e9722d52346ffd9b45d459d25.tar.gz
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 @@
#define LJ_TARGET_MASKSHIFT 0
#define LJ_TARGET_MASKROT 1
#define LJ_TARGET_UNIFYROT 1 /* Want only IR_BROL. */
-#define LJ_ARCH_NUMMODE LJ_NUMMODE_SINGLE /* NYI: dual-num. */
+#define LJ_ARCH_NUMMODE LJ_NUMMODE_DUAL_SINGLE
#define LJ_ARCH_NOFFI 1 /* NYI: comparisons, calls. */
#define LJ_ARCH_NOJIT 1