aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/ieee754/dbl-64/e_log.c
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@gmail.com>2011-10-24 14:21:18 -0400
committerUlrich Drepper <drepper@gmail.com>2011-10-24 14:21:18 -0400
commit58985aa92f57ff46e96b32388ce65e7fdd8c8b9e (patch)
treeca3ad11c815961d8e8ad5fdcb26bfa93e2ab0938 /sysdeps/ieee754/dbl-64/e_log.c
parenta201fbcf9cc3458257dff87b7fb293e57d7c64b9 (diff)
downloadglibc-58985aa92f57ff46e96b32388ce65e7fdd8c8b9e.zip
glibc-58985aa92f57ff46e96b32388ce65e7fdd8c8b9e.tar.gz
glibc-58985aa92f57ff46e96b32388ce65e7fdd8c8b9e.tar.bz2
Finish renamed DLA_FMA -> DLA_FMS
Diffstat (limited to 'sysdeps/ieee754/dbl-64/e_log.c')
-rw-r--r--sysdeps/ieee754/dbl-64/e_log.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/ieee754/dbl-64/e_log.c b/sysdeps/ieee754/dbl-64/e_log.c
index 1485163..b7df81b 100644
--- a/sysdeps/ieee754/dbl-64/e_log.c
+++ b/sysdeps/ieee754/dbl-64/e_log.c
@@ -58,7 +58,7 @@ double __ieee754_log(double x) {
sij,ssij,ttij,A,B,B0,y,y1,y2,polI,polII,sa,sb,
t1,t2,t7,t8,t,ra,rb,ww,
a0,aa0,s1,s2,ss2,s3,ss3,a1,aa1,a,aa,b,bb,c;
-#ifndef DLA_FMA
+#ifndef DLA_FMS
double t3,t4,t5,t6;
#endif
number num;