summaryrefslogtreecommitdiffstats
path: root/lib/msun/ld128
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/ld128
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/ld128')
-rw-r--r--lib/msun/ld128/e_rem_pio2l.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/msun/ld128/e_rem_pio2l.h b/lib/msun/ld128/e_rem_pio2l.h
index d223627..5d78c4d 100644
--- a/lib/msun/ld128/e_rem_pio2l.h
+++ b/lib/msun/ld128/e_rem_pio2l.h
@@ -58,10 +58,7 @@ pio2_2t = 2.0670321098263988236496903051604844e-43L, /* 0x127044533e63a0105df5
pio2_3 = 2.0670321098263988236499468110329591e-43L, /* 0x127044533e63a0105e00000000000.0p-254 */
pio2_3t = -2.5650587247459238361625433492959285e-65L; /* -0x159c4ec64ddaeb5f78671cbfb2210.0p-327 */
-#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