summaryrefslogtreecommitdiffstats
path: root/lib/msun/src/e_powf.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/msun/src/e_powf.c')
-rw-r--r--lib/msun/src/e_powf.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/msun/src/e_powf.c b/lib/msun/src/e_powf.c
index 806bcb5..3301937 100644
--- a/lib/msun/src/e_powf.c
+++ b/lib/msun/src/e_powf.c
@@ -53,7 +53,8 @@ ivln2 = 1.4426950216e+00, /* 0x3fb8aa3b =1/ln2 */
ivln2_h = 1.4426879883e+00, /* 0x3fb8aa00 =16b 1/ln2*/
ivln2_l = 7.0526075433e-06; /* 0x36eca570 =1/ln2 tail*/
- float __ieee754_powf(float x, float y)
+float
+__ieee754_powf(float x, float y)
{
float z,ax,z_h,z_l,p_h,p_l;
float y1,t1,t2,r,s,t,u,v,w;
OpenPOWER on IntegriCloud