OSDN Git Service

Move powerpc specific optimizations (courtesy of apple) to powerpc
[uclinux-h8/uClibc.git] / libm / s_ceil.c
index f17b314..8616d0f 100644 (file)
@@ -1,4 +1,3 @@
-#if !defined(__ppc__)
 /* @(#)s_ceil.c 5.1 93/09/24 */
 /*
  * ====================================================
@@ -79,4 +78,4 @@ static double huge = 1.0e300;
        INSERT_WORDS(x,i0,i1);
        return x;
 }
-#endif /* !__ppc__ */
+