ARM: Add LJ_SOFTFP define. Add support for soft-float slot handling.

This commit is contained in:
Mike Pall
2011-05-16 02:38:07 +02:00
parent be73a96751
commit 1ac71f1fa8
5 changed files with 30 additions and 12 deletions

View File

@@ -232,6 +232,8 @@
#define LJ_HASFFI 1
#endif
#define LJ_SOFTFP (!LJ_ARCH_HASFPU)
#if LJ_ARCH_ENDIAN == LUAJIT_BE
#define LJ_LE 0
#define LJ_BE 1