Raymond Toy pushed to branch issue-156-take-2-nan-comparison at cmucl / cmucl
Commits:
-
8bb4ed86
by Raymond Toy at 2023-03-14T11:56:27-07:00
1 changed file:
Changes:
... | ... | @@ -1038,7 +1038,7 @@ |
1038 | 1038 | ;; issue #156.
|
1039 | 1039 | #+x86
|
1040 | 1040 | (progn
|
1041 | - (two-arg-</> two-arg-<= <= floor ceiling
|
|
1041 | + (two-arg-</> two-arg-<= <= ceiling floor
|
|
1042 | 1042 | ((fixnum bignum)
|
1043 | 1043 | (bignum-plus-p y))
|
1044 | 1044 | ((bignum fixnum)
|
... | ... | @@ -1046,7 +1046,7 @@ |
1046 | 1046 | ((bignum bignum)
|
1047 | 1047 | (not (plusp (bignum-compare x y)))))
|
1048 | 1048 | |
1049 | - (two-arg-</> two-arg->= >= ceiling floor
|
|
1049 | + (two-arg-</> two-arg->= >= floor ceiling
|
|
1050 | 1050 | ((fixnum bignum)
|
1051 | 1051 | (not (bignum-plus-p y)))
|
1052 | 1052 | ((bignum fixnum)
|