diff options
author | Mike Pall <mike> | 2011-05-16 02:38:07 +0200 |
---|---|---|
committer | Mike Pall <mike> | 2011-05-16 02:38:07 +0200 |
commit | 1ac71f1fa8c0ad0c691ca7a2a96d74121b75ec9e (patch) | |
tree | d8e690b8533d11caa287daab113f22738347a7e4 /src/lj_arch.h | |
parent | be73a96751261bb3a424aa1c5d28547f23037733 (diff) | |
download | luajit-1ac71f1fa8c0ad0c691ca7a2a96d74121b75ec9e.tar.gz luajit-1ac71f1fa8c0ad0c691ca7a2a96d74121b75ec9e.tar.bz2 luajit-1ac71f1fa8c0ad0c691ca7a2a96d74121b75ec9e.zip |
ARM: Add LJ_SOFTFP define. Add support for soft-float slot handling.
Diffstat (limited to 'src/lj_arch.h')
-rw-r--r-- | src/lj_arch.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lj_arch.h b/src/lj_arch.h index b361e3dc..3c6d9e9c 100644 --- a/src/lj_arch.h +++ b/src/lj_arch.h | |||
@@ -232,6 +232,8 @@ | |||
232 | #define LJ_HASFFI 1 | 232 | #define LJ_HASFFI 1 |
233 | #endif | 233 | #endif |
234 | 234 | ||
235 | #define LJ_SOFTFP (!LJ_ARCH_HASFPU) | ||
236 | |||
235 | #if LJ_ARCH_ENDIAN == LUAJIT_BE | 237 | #if LJ_ARCH_ENDIAN == LUAJIT_BE |
236 | #define LJ_LE 0 | 238 | #define LJ_LE 0 |
237 | #define LJ_BE 1 | 239 | #define LJ_BE 1 |