diff options
author | Mike Pall <mike> | 2020-05-23 21:33:01 +0200 |
---|---|---|
committer | Mike Pall <mike> | 2020-05-23 21:33:01 +0200 |
commit | b2307c8ad817e350d65cc909a579ca2f77439682 (patch) | |
tree | 4984f3c3972d768220b7263eb5eb139d6049cfcb /src/lj_arch.h | |
parent | 5655be4546d9177890c69f0d0accac4773ff0887 (diff) | |
download | luajit-b2307c8ad817e350d65cc909a579ca2f77439682.tar.gz luajit-b2307c8ad817e350d65cc909a579ca2f77439682.tar.bz2 luajit-b2307c8ad817e350d65cc909a579ca2f77439682.zip |
Remove pow() splitting and cleanup backends.
Diffstat (limited to 'src/lj_arch.h')
-rw-r--r-- | src/lj_arch.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/lj_arch.h b/src/lj_arch.h index 70426838..d65bc551 100644 --- a/src/lj_arch.h +++ b/src/lj_arch.h | |||
@@ -586,9 +586,6 @@ | |||
586 | #if defined(__ANDROID__) || defined(__symbian__) || LJ_TARGET_XBOX360 || LJ_TARGET_WINDOWS | 586 | #if defined(__ANDROID__) || defined(__symbian__) || LJ_TARGET_XBOX360 || LJ_TARGET_WINDOWS |
587 | #define LUAJIT_NO_LOG2 | 587 | #define LUAJIT_NO_LOG2 |
588 | #endif | 588 | #endif |
589 | #if defined(__symbian__) || LJ_TARGET_WINDOWS | ||
590 | #define LUAJIT_NO_EXP2 | ||
591 | #endif | ||
592 | #if LJ_TARGET_CONSOLE || (LJ_TARGET_IOS && __IPHONE_OS_VERSION_MIN_REQUIRED >= __IPHONE_8_0) | 589 | #if LJ_TARGET_CONSOLE || (LJ_TARGET_IOS && __IPHONE_OS_VERSION_MIN_REQUIRED >= __IPHONE_8_0) |
593 | #define LJ_NO_SYSTEM 1 | 590 | #define LJ_NO_SYSTEM 1 |
594 | #endif | 591 | #endif |