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_x86.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_x86.h')
-rw-r--r-- | src/lj_asm_x86.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lj_asm_x86.h b/src/lj_asm_x86.h index bf818f5a..d5cd6326 100644 --- a/src/lj_asm_x86.h +++ b/src/lj_asm_x86.h | |||
@@ -1957,8 +1957,6 @@ static void asm_fpmath(ASMState *as, IRIns *ir) | |||
1957 | } | 1957 | } |
1958 | } | 1958 | } |
1959 | 1959 | ||
1960 | #define asm_atan2(as, ir) asm_callid(as, ir, IRCALL_atan2) | ||
1961 | |||
1962 | static void asm_ldexp(ASMState *as, IRIns *ir) | 1960 | static void asm_ldexp(ASMState *as, IRIns *ir) |
1963 | { | 1961 | { |
1964 | int32_t ofs = sps_scale(ir->s); /* Use spill slot or temp slots. */ | 1962 | int32_t ofs = sps_scale(ir->s); /* Use spill slot or temp slots. */ |