summaryrefslogtreecommitdiff
path: root/libm/w_scalb.c
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-11-24 03:46:25 +0000
committerEric Andersen <andersen@codepoet.org>2001-11-24 03:46:25 +0000
commit26d7ea91124a9405dff7755a78cfb6232dd15d80 (patch)
treec14436f6013bd76a2a339deb1424e02e73419957 /libm/w_scalb.c
parent683c13fcc85276e9a030d6a98d50366bef03a6b6 (diff)
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
Diffstat (limited to 'libm/w_scalb.c')
-rw-r--r--libm/w_scalb.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libm/w_scalb.c b/libm/w_scalb.c
index bde5f705a..50026bed9 100644
--- a/libm/w_scalb.c
+++ b/libm/w_scalb.c
@@ -1,4 +1,3 @@
-#if !defined(__ppc__)
/* @(#)w_scalb.c 5.1 93/09/24 */
/*
* ====================================================
@@ -59,4 +58,3 @@ static char rcsid[] = "$NetBSD: w_scalb.c,v 1.6 1995/05/10 20:49:48 jtc Exp $";
return z;
#endif
}
-#endif /* !__ppc__ */