Changeset 14774


Ignore:
Timestamp:
May 2, 2011, 1:21:01 PM (14 years ago)
Author:
Gary Byers
Message:

Back out of r14758, too.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/compiler/nx2.lisp

    r14758 r14774  
    581581                 (acode-form-typep num2 'double-float trust-decls))
    582582          (progn
    583             (if (eql (acode-constant-p num1) 0.0d0)
    584               (backend-use-operator (%nx1-operator %double-float-negate) seg vreg xfer num2)
    585583              (backend-use-operator (%nx1-operator %double-float--2)
    586584                                  seg
     
    588586                                  xfer
    589587                                  num1
    590                                   num2))
     588                                  num2)
    591589            t)
    592590          (if (and (acode-form-typep num1 'single-float trust-decls)
     
    594592            (progn
    595593              (if (eql (acode-constant-p num1) 0.0s0)
    596                 (backend-use-operator (%nx1-operator %single-float-negate) seg vreg xfer num2)
    597594                (backend-use-operator (%nx1-operator %short-float--2)
    598595                                      seg
     
    600597                                      xfer
    601598                                      num1
    602                                       num2))
     599                                      num2)
     600)
    603601              t)
    604602            (if (and (acode-form-typep num1 *nx-target-fixnum-type* trust-decls)
Note: See TracChangeset for help on using the changeset viewer.