Print this page

        

@@ -45,15 +45,11 @@
          * fnegs        %f2,%f3
          * fmovsle      %fcc0,%f2,%f0
          * fmovsle      %fcc0,%f3,%f1
          * fsubs        %f0,%f1,%f0
          */
-#if defined(COMPARISON_MACRO_BUG)
-        if (x == x && y == y && x <= y) {       /* } */
-#else
         if (islessequal(x, y)) {
-#endif
                 x = 0.0f;
                 y = -x;
         }
         return (x - y);
 }