about summary refs log tree commit diff
path: root/sysdeps/ieee754/dbl-64/s_tan.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/s_tan.c
parenta201fbcf9cc3458257dff87b7fb293e57d7c64b9 (diff)
downloadglibc-58985aa92f57ff46e96b32388ce65e7fdd8c8b9e.tar.gz
glibc-58985aa92f57ff46e96b32388ce65e7fdd8c8b9e.tar.xz
glibc-58985aa92f57ff46e96b32388ce65e7fdd8c8b9e.zip
Finish renamed DLA_FMA -> DLA_FMS
Diffstat (limited to 'sysdeps/ieee754/dbl-64/s_tan.c')
-rw-r--r--sysdeps/ieee754/dbl-64/s_tan.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/ieee754/dbl-64/s_tan.c b/sysdeps/ieee754/dbl-64/s_tan.c
index df8eedd922..4089e0d65f 100644
--- a/sysdeps/ieee754/dbl-64/s_tan.c
+++ b/sysdeps/ieee754/dbl-64/s_tan.c
@@ -51,7 +51,7 @@ double tan(double x) {
   int ux,i,n;
   double a,da,a2,b,db,c,dc,c1,cc1,c2,cc2,c3,cc3,fi,ffi,gi,pz,s,sy,
   t,t1,t2,t3,t4,t7,t8,t9,t10,w,x2,xn,xx2,y,ya,yya,z0,z,zz,z2,zz2;
-#ifndef DLA_FMA
+#ifndef DLA_FMS
   double t5,t6;
 #endif
   int p;