From 26d7ea91124a9405dff7755a78cfb6232dd15d80 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Sat, 24 Nov 2001 03:46:25 +0000 Subject: Move powerpc specific optimizations (courtesy of apple) to powerpc subdir. Put together a theoretical framework for adding arch specific optimizations. Havn't tried this yet but it looks correct... -Erik --- libm/s_modf.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'libm/s_modf.c') diff --git a/libm/s_modf.c b/libm/s_modf.c index 2d3e5379b..9d71c01d1 100644 --- a/libm/s_modf.c +++ b/libm/s_modf.c @@ -1,4 +1,3 @@ -#if !defined(__ppc__) /* @(#)s_modf.c 5.1 93/09/24 */ /* * ==================================================== @@ -82,4 +81,3 @@ static double one = 1.0; } } } -#endif /* !__ppc__ */ -- cgit v1.2.3