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_pow.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_pow.c')
-rw-r--r-- | sysdeps/ieee754/dbl-64/e_pow.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/ieee754/dbl-64/e_pow.c b/sysdeps/ieee754/dbl-64/e_pow.c index 789054015d..0c7abb6eeb 100644 --- a/sysdeps/ieee754/dbl-64/e_pow.c +++ b/sysdeps/ieee754/dbl-64/e_pow.c @@ -284,7 +284,7 @@ static double my_log2(double x, double *delta, double *error) { #endif double ou1,ou2,lu1,lu2,ov,lv1,lv2,a,a1,a2; double y,yy,z,zz,j1,j2,j7,j8; -#ifndef DLA_FMA +#ifndef DLA_FMS double j3,j4,j5,j6; #endif mynumber u,v; |