mirror of
https://github.com/LuaJIT/LuaJIT.git
synced 2025-02-07 23:24:09 +00:00
IR_MIN/IR_MAX is non-commutative due to underlying FPU ops.
Thanks to Peter Cawley. #1082
This commit is contained in:
parent
42ca6e120f
commit
7a2b83a0c5
@ -76,8 +76,8 @@
|
|||||||
\
|
\
|
||||||
_(ABS, N , ref, ref) \
|
_(ABS, N , ref, ref) \
|
||||||
_(LDEXP, N , ref, ref) \
|
_(LDEXP, N , ref, ref) \
|
||||||
_(MIN, C , ref, ref) \
|
_(MIN, N , ref, ref) \
|
||||||
_(MAX, C , ref, ref) \
|
_(MAX, N , ref, ref) \
|
||||||
_(FPMATH, N , ref, lit) \
|
_(FPMATH, N , ref, lit) \
|
||||||
\
|
\
|
||||||
/* Overflow-checking arithmetic ops. */ \
|
/* Overflow-checking arithmetic ops. */ \
|
||||||
|
Loading…
Reference in New Issue
Block a user