aboutsummaryrefslogtreecommitdiff
path: root/src/lj_asm_mips.h
diff options
context:
space:
mode:
authorMike Pall <mike>2020-05-22 04:53:35 +0200
committerMike Pall <mike>2020-05-22 04:53:35 +0200
commit5655be4546d9177890c69f0d0accac4773ff0887 (patch)
tree794518da2d5a42ec79013eda0c92f7f1e4e8d3ce /src/lj_asm_mips.h
parentc5b8e9168bae3efb6eb0fe2d4c9466c57fa5f971 (diff)
downloadluajit-5655be4546d9177890c69f0d0accac4773ff0887.tar.gz
luajit-5655be4546d9177890c69f0d0accac4773ff0887.tar.bz2
luajit-5655be4546d9177890c69f0d0accac4773ff0887.zip
Cleanup math function compilation and fix inconsistencies.
Diffstat (limited to 'src/lj_asm_mips.h')
-rw-r--r--src/lj_asm_mips.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lj_asm_mips.h b/src/lj_asm_mips.h
index a242904e..8b5efc35 100644
--- a/src/lj_asm_mips.h
+++ b/src/lj_asm_mips.h
@@ -1838,7 +1838,6 @@ static void asm_abs(ASMState *as, IRIns *ir)
1838} 1838}
1839#endif 1839#endif
1840 1840
1841#define asm_atan2(as, ir) asm_callid(as, ir, IRCALL_atan2)
1842#define asm_ldexp(as, ir) asm_callid(as, ir, IRCALL_ldexp) 1841#define asm_ldexp(as, ir) asm_callid(as, ir, IRCALL_ldexp)
1843 1842
1844static void asm_arithov(ASMState *as, IRIns *ir) 1843static void asm_arithov(ASMState *as, IRIns *ir)