diff options
author | Ulrich Drepper <drepper@gmail.com> | 2011-10-24 14:21:18 -0400 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-10-24 14:21:18 -0400 |
commit | 58985aa92f57ff46e96b32388ce65e7fdd8c8b9e (patch) | |
tree | ca3ad11c815961d8e8ad5fdcb26bfa93e2ab0938 /sysdeps/ieee754/dbl-64/e_atan2.c | |
parent | a201fbcf9cc3458257dff87b7fb293e57d7c64b9 (diff) | |
download | glibc-58985aa92f57ff46e96b32388ce65e7fdd8c8b9e.tar.gz glibc-58985aa92f57ff46e96b32388ce65e7fdd8c8b9e.tar.xz glibc-58985aa92f57ff46e96b32388ce65e7fdd8c8b9e.zip |
Finish renamed DLA_FMA -> DLA_FMS
Diffstat (limited to 'sysdeps/ieee754/dbl-64/e_atan2.c')
-rw-r--r-- | sysdeps/ieee754/dbl-64/e_atan2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/ieee754/dbl-64/e_atan2.c b/sysdeps/ieee754/dbl-64/e_atan2.c index f8f678bc54..264791e0f9 100644 --- a/sysdeps/ieee754/dbl-64/e_atan2.c +++ b/sysdeps/ieee754/dbl-64/e_atan2.c @@ -64,7 +64,7 @@ double __ieee754_atan2(double y,double x) { static const int pr[MM]={6,8,10,20,32}; double ax,ay,u,du,u9,ua,v,vv,dv,t1,t2,t3,t7,t8, z,zz,cor,s1,ss1,s2,ss2; -#ifndef DLA_FMA +#ifndef DLA_FMS double t4,t5,t6; #endif #if 0 |