Sfoglia il codice sorgente

PPC: Add dual-number mode interpreter. Enable by default.

Mike Pall 14 anni fa
parent
commit
551f09cebd
3 ha cambiato i file con 1152 aggiunte e 372 eliminazioni
  1. 619 141
      src/buildvm_ppc.dasc
  2. 532 230
      src/buildvm_ppc.h
  3. 1 1
      src/lj_arch.h

File diff suppressed because it is too large
+ 619 - 141
src/buildvm_ppc.dasc


File diff suppressed because it is too large
+ 532 - 230
src/buildvm_ppc.h


+ 1 - 1
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
 

Some files were not shown because too many files changed in this diff