PPC: Add dual-number mode interpreter.

This commit is contained in:
Mike Pall
2011-07-13 21:36:17 +02:00
parent 6599bc7db2
commit ca8dadb328
4 changed files with 7580 additions and 840 deletions

View File

@@ -166,8 +166,6 @@
#define LJ_ARCH_NOFFI 1 /* NYI: comparisons, calls. */
#define LJ_ARCH_NOJIT 1
#error "No support for plain PowerPC CPUs (yet)"
#elif LUAJIT_TARGET == LUAJIT_ARCH_PPCSPE
#define LJ_ARCH_NAME "ppcspe"