X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcompiler%2Ffloat-tran.lisp;h=648f2f525b2c5695e8c8e9cc8e03c4f8b46519e3;hb=7044d862b9d82dc086b2ccb59dc4b372cd731b4e;hp=c9879b9778b7a17d826a6e80fd1912b0ba2668ca;hpb=7f12dce284a158a3f045aff940a14990c05bfbc8;p=sbcl.git diff --git a/src/compiler/float-tran.lisp b/src/compiler/float-tran.lisp index c9879b9..648f2f5 100644 --- a/src/compiler/float-tran.lisp +++ b/src/compiler/float-tran.lisp @@ -343,8 +343,8 @@ (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)