Document another TR optimizer bug found via random testing.
This commit is contained in:
parent
ec6bb1b8c0
commit
547d52fe27
|
@ -74,6 +74,7 @@
|
||||||
;; Division of complex 0 should only make part of the result nan
|
;; Division of complex 0 should only make part of the result nan
|
||||||
(good-opt (/ 0.0+0.0i))
|
(good-opt (/ 0.0+0.0i))
|
||||||
(bad-opt (/ 1 0.0+0.0i))
|
(bad-opt (/ 1 0.0+0.0i))
|
||||||
|
(bad-opt (/ 1.5 -3.0+9.8e-324i))
|
||||||
|
|
||||||
;; Division of complex infinity should only make part of the result nan
|
;; Division of complex infinity should only make part of the result nan
|
||||||
(good-opt (/ (make-rectangular 1.0 +inf.0)))
|
(good-opt (/ (make-rectangular 1.0 +inf.0)))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user