IR_MIN/IR_MAX is non-commutative due to underlying FPU ops.

Thanks to Peter Cawley. #1082
This commit is contained in:
Mike Pall 2023-09-17 10:31:00 +02:00
parent 42ca6e120f
commit 7a2b83a0c5

View File

@ -76,8 +76,8 @@
\
_(ABS, N , ref, ref) \
_(LDEXP, N , ref, ref) \
_(MIN, C , ref, ref) \
_(MAX, C , ref, ref) \
_(MIN, N , ref, ref) \
_(MAX, N , ref, ref) \
_(FPMATH, N , ref, lit) \
\
/* Overflow-checking arithmetic ops. */ \