diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-11-24 03:46:25 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-11-24 03:46:25 +0000 |
commit | 26d7ea91124a9405dff7755a78cfb6232dd15d80 (patch) | |
tree | c14436f6013bd76a2a339deb1424e02e73419957 /libm/s_rint.c | |
parent | 683c13fcc85276e9a030d6a98d50366bef03a6b6 (diff) | |
download | uClibc-alpine-26d7ea91124a9405dff7755a78cfb6232dd15d80.tar.bz2 uClibc-alpine-26d7ea91124a9405dff7755a78cfb6232dd15d80.tar.xz |
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/s_rint.c')
-rw-r--r-- | libm/s_rint.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libm/s_rint.c b/libm/s_rint.c index b2d9c0e79..880885759 100644 --- a/libm/s_rint.c +++ b/libm/s_rint.c @@ -1,4 +1,3 @@ -#if !defined(__ppc__) /* @(#)s_rint.c 5.1 93/09/24 */ /* * ==================================================== @@ -85,4 +84,3 @@ TWO52[2]={ w = TWO52[sx]+x; return w-TWO52[sx]; } -#endif /* !__ppc__ */ |