1.0.37.17: multiplication-by-one misoptimization in (FLOAT-ACCURACY 0) policies
[sbcl.git] / src / compiler / float-tran.lisp
index c9879b9..648f2f5 100644 (file)
                   (if (minusp y)
                       '(%negate x)
                       'x)))))
-  (def * single-float 1.0 -1.0)
-  (def * double-float 1.0d0 -1.0d0))
+  (def single-float 1.0 -1.0)
+  (def double-float 1.0d0 -1.0d0))
 
 ;;; Return the reciprocal of X if it can be represented exactly, NIL otherwise.
 (defun maybe-exact-reciprocal (x)