X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcompiler%2Ffloat-tran.lisp;h=bdbc2fefaa44de53f4c8bd622454e99f229725b8;hb=993d5b779638756473181dda8d928d33038d4cc3;hp=4c538f0b55c9794a7d548251e57d5378f9047c43;hpb=0c58c96998aab7f3179b74ef7462190e59563e2e;p=sbcl.git diff --git a/src/compiler/float-tran.lisp b/src/compiler/float-tran.lisp index 4c538f0..bdbc2fe 100644 --- a/src/compiler/float-tran.lisp +++ b/src/compiler/float-tran.lisp @@ -180,11 +180,9 @@ ;;; toy@rtp.ericsson.se: ;;; -;;; Optimizers for scale-float. If the float has bounds, new bounds +;;; optimizers for SCALE-FLOAT. If the float has bounds, new bounds ;;; are computed for the result, if possible. -#-sb-xc-host ;(CROSS-FLOAT-INFINITY-KLUDGE, see base-target-features.lisp-expr) -(progn #!+propagate-float-type (progn @@ -249,7 +247,7 @@ (one-arg-derive-type num #',aux-name #',fun)))))) (frob %single-float single-float) (frob %double-float double-float)) -)) ; PROGN PROGN +) ; PROGN ;;;; float contagion