summaryrefslogtreecommitdiff
path: root/libm/e_pow.c
diff options
context:
space:
mode:
authorPeter S. Mazinger <ps.m@gmx.net>2005-11-21 21:27:22 +0000
committerPeter S. Mazinger <ps.m@gmx.net>2005-11-21 21:27:22 +0000
commite4380762b35244c28a8feda5810c2f95f91f265c (patch)
treef79ec2d3f67125d1d5ee3ea98b2daad3f80f78c9 /libm/e_pow.c
parente2d30731f8ced0389894f5cd1e81f484c50b1c02 (diff)
Hide all __kernel_x and __ieee754_
Diffstat (limited to 'libm/e_pow.c')
-rw-r--r--libm/e_pow.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libm/e_pow.c b/libm/e_pow.c
index b970775cd..94b490115 100644
--- a/libm/e_pow.c
+++ b/libm/e_pow.c
@@ -100,9 +100,9 @@ ivln2_h = 1.44269502162933349609e+00, /* 0x3FF71547, 0x60000000 =24b 1/ln2*/
ivln2_l = 1.92596299112661746887e-08; /* 0x3E54AE0B, 0xF85DDF44 =1/ln2 tail*/
#ifdef __STDC__
- double __ieee754_pow(double x, double y)
+ double attribute_hidden __ieee754_pow(double x, double y)
#else
- double __ieee754_pow(x,y)
+ double attribute_hidden __ieee754_pow(x,y)
double x, y;
#endif
{