summaryrefslogtreecommitdiffstats
path: root/lib/msun/ld80
diff options
context:
space:
mode:
authorkargl <kargl@FreeBSD.org>2011-05-30 19:41:28 +0000
committerkargl <kargl@FreeBSD.org>2011-05-30 19:41:28 +0000
commit621bb117eb930f4d64bda78fc99fbcb8578fec7a (patch)
tree79e8688a54b302f5be3886d770ff456a958c69ea /lib/msun/ld80
parent03329ad270097d399e2c4d7e44966295a885698f (diff)
downloadFreeBSD-src-621bb117eb930f4d64bda78fc99fbcb8578fec7a.zip
FreeBSD-src-621bb117eb930f4d64bda78fc99fbcb8578fec7a.tar.gz
Clean up the unneeded cpp macro INLINE_REM_PIO2L.
Reviewed by: das Approved by: das (mentor)
Diffstat (limited to 'lib/msun/ld80')
-rw-r--r--lib/msun/ld80/e_rem_pio2l.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/msun/ld80/e_rem_pio2l.h b/lib/msun/ld80/e_rem_pio2l.h
index cfe3fb9..81a5ab6 100644
--- a/lib/msun/ld80/e_rem_pio2l.h
+++ b/lib/msun/ld80/e_rem_pio2l.h
@@ -70,10 +70,7 @@ pio2_2t = 6.36831716351095013979e-25L, /* 0xc51701b839a25205.0p-144 */
pio2_3t = -2.75299651904407171810e-37L; /* -0xbb5bf6c7ddd660ce.0p-185 */
#endif
-#ifdef INLINE_REM_PIO2L
-static inline __always_inline
-#endif
-int
+static inline __always_inline int
__ieee754_rem_pio2l(long double x, long double *y)
{
union IEEEl2bits u,u1;
OpenPOWER on IntegriCloud