Browse Source

Do not export rem_pio2 from openlibm. It will be exported from openspecfun.

Viral B. Shah 10 years ago
parent
commit
4a70b227d4
2 changed files with 2 additions and 10 deletions
  1. 1 5
      src/e_rem_pio2.c
  2. 1 5
      src/e_rem_pio2f.c

+ 1 - 5
src/e_rem_pio2.c

@@ -48,11 +48,7 @@ pio2_2t =  2.02226624879595063154e-21, /* 0x3BA3198A, 0x2E037073 */
 pio2_3  =  2.02226624871116645580e-21, /* 0x3BA3198A, 0x2E000000 */
 pio2_3t =  8.47842766036889956997e-32; /* 0x397B839A, 0x252049C1 */
 
-#ifndef INLINE_REM_PIO2
-extern
-#endif
-//__inline int
-DLLEXPORT int 
+__inline int
 __ieee754_rem_pio2(double x, double *y)
 {
 	double z,w,t,r,fn;

+ 1 - 5
src/e_rem_pio2f.c

@@ -40,11 +40,7 @@ invpio2 =  6.36619772367581382433e-01, /* 0x3FE45F30, 0x6DC9C883 */
 pio2_1  =  1.57079631090164184570e+00, /* 0x3FF921FB, 0x50000000 */
 pio2_1t =  1.58932547735281966916e-08; /* 0x3E5110b4, 0x611A6263 */
 
-#ifndef INLINE_REM_PIO2F
-extern
-#endif
-//__inline int
-DLLEXPORT int
+__inline int
 __ieee754_rem_pio2f(float x, double *y)
 {
 	double w,r,fn;