summaryrefslogtreecommitdiff
path: root/libm/e_j1.c
diff options
context:
space:
mode:
Diffstat (limited to 'libm/e_j1.c')
-rw-r--r--libm/e_j1.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libm/e_j1.c b/libm/e_j1.c
index 1f674e9cf..807edd8ba 100644
--- a/libm/e_j1.c
+++ b/libm/e_j1.c
@@ -77,7 +77,7 @@ s05 = 1.23542274426137913908e-11; /* 0x3DAB2ACF, 0xCFB97ED8 */
static const double zero = 0.0;
-double attribute_hidden __ieee754_j1(double x)
+double __ieee754_j1(double x)
{
double z, s,c,ss,cc,r,u,v,y;
int32_t hx,ix;
@@ -150,7 +150,7 @@ static const double V0[5] = {
1.66559246207992079114e-11, /* 0x3DB25039, 0xDACA772A */
};
-double attribute_hidden __ieee754_y1(double x)
+double __ieee754_y1(double x)
{
double z, s,c,ss,cc,u,v;
int32_t hx,ix,lx;