diff options
author | Mike Pall <mike> | 2020-05-22 04:53:35 +0200 |
---|---|---|
committer | Mike Pall <mike> | 2020-05-22 04:53:35 +0200 |
commit | 5655be4546d9177890c69f0d0accac4773ff0887 (patch) | |
tree | 794518da2d5a42ec79013eda0c92f7f1e4e8d3ce /src/lj_asm_arm64.h | |
parent | c5b8e9168bae3efb6eb0fe2d4c9466c57fa5f971 (diff) | |
download | luajit-5655be4546d9177890c69f0d0accac4773ff0887.tar.gz luajit-5655be4546d9177890c69f0d0accac4773ff0887.tar.bz2 luajit-5655be4546d9177890c69f0d0accac4773ff0887.zip |
Cleanup math function compilation and fix inconsistencies.
Diffstat (limited to 'src/lj_asm_arm64.h')
-rw-r--r-- | src/lj_asm_arm64.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lj_asm_arm64.h b/src/lj_asm_arm64.h index f640b91b..da857355 100644 --- a/src/lj_asm_arm64.h +++ b/src/lj_asm_arm64.h | |||
@@ -1455,7 +1455,6 @@ static void asm_pow(ASMState *as, IRIns *ir) | |||
1455 | #define asm_mulov(as, ir) asm_mul(as, ir) | 1455 | #define asm_mulov(as, ir) asm_mul(as, ir) |
1456 | 1456 | ||
1457 | #define asm_abs(as, ir) asm_fpunary(as, ir, A64I_FABS) | 1457 | #define asm_abs(as, ir) asm_fpunary(as, ir, A64I_FABS) |
1458 | #define asm_atan2(as, ir) asm_callid(as, ir, IRCALL_atan2) | ||
1459 | #define asm_ldexp(as, ir) asm_callid(as, ir, IRCALL_ldexp) | 1458 | #define asm_ldexp(as, ir) asm_callid(as, ir, IRCALL_ldexp) |
1460 | 1459 | ||
1461 | static void asm_mod(ASMState *as, IRIns *ir) | 1460 | static void asm_mod(ASMState *as, IRIns *ir) |