OSDN Git Service

Move powerpc specific optimizations (courtesy of apple) to powerpc
[uclinux-h8/uClibc.git] / libm / s_logb.c
index 7ec1c36..02bb99f 100644 (file)
@@ -1,4 +1,3 @@
-#if !defined(__ppc__)
 /* @(#)s_logb.c 5.1 93/09/24 */
 /*
  * ====================================================
@@ -41,4 +40,3 @@ static char rcsid[] = "$NetBSD: s_logb.c,v 1.8 1995/05/10 20:47:50 jtc Exp $";
        else
                return (double) (ix-1023); 
 }
-#endif /* !__ppc__ */