Skip to content

Commit 4a70b22

Browse files
committed
Do not export rem_pio2 from openlibm. It will be exported from openspecfun.
1 parent 923ff37 commit 4a70b22

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

src/e_rem_pio2.c

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,7 @@ pio2_2t = 2.02226624879595063154e-21, /* 0x3BA3198A, 0x2E037073 */
4848
pio2_3 = 2.02226624871116645580e-21, /* 0x3BA3198A, 0x2E000000 */
4949
pio2_3t = 8.47842766036889956997e-32; /* 0x397B839A, 0x252049C1 */
5050

51-
#ifndef INLINE_REM_PIO2
52-
extern
53-
#endif
54-
//__inline int
55-
DLLEXPORT int
51+
__inline int
5652
__ieee754_rem_pio2(double x, double *y)
5753
{
5854
double z,w,t,r,fn;

src/e_rem_pio2f.c

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,7 @@ invpio2 = 6.36619772367581382433e-01, /* 0x3FE45F30, 0x6DC9C883 */
4040
pio2_1 = 1.57079631090164184570e+00, /* 0x3FF921FB, 0x50000000 */
4141
pio2_1t = 1.58932547735281966916e-08; /* 0x3E5110b4, 0x611A6263 */
4242

43-
#ifndef INLINE_REM_PIO2F
44-
extern
45-
#endif
46-
//__inline int
47-
DLLEXPORT int
43+
__inline int
4844
__ieee754_rem_pio2f(float x, double *y)
4945
{
5046
double w,r,fn;

0 commit comments

Comments
 (0)