From 4a70b227d495219b43a9eeea3c6e3eea01a9cab8 Mon Sep 17 00:00:00 2001 From: "Viral B. Shah" Date: Wed, 9 Jul 2014 19:56:28 -0400 Subject: [PATCH] Do not export rem_pio2 from openlibm. It will be exported from openspecfun. --- src/e_rem_pio2.c | 6 +----- src/e_rem_pio2f.c | 6 +----- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/src/e_rem_pio2.c b/src/e_rem_pio2.c index 2c6aefc..2b47309 100644 --- a/src/e_rem_pio2.c +++ b/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; diff --git a/src/e_rem_pio2f.c b/src/e_rem_pio2f.c index 9f2dc44..0f534aa 100644 --- a/src/e_rem_pio2f.c +++ b/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;