diff options
author | Jakub Jelinek <jakub@redhat.com> | 2010-10-11 09:27:05 -0400 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2010-10-11 09:27:05 -0400 |
commit | 9ff8d36f27aaf390fd074976cd2e867ba41f2588 (patch) | |
tree | 694d6d7482b202d35b90d9e958d322f4c4a1b83b /sysdeps/i386/i686/multiarch/s_fmaf.c | |
parent | c579b202990c48710e133b58b44ada32d0a7d458 (diff) | |
download | glibc-9ff8d36f27aaf390fd074976cd2e867ba41f2588.tar.gz |
Correct implementation of fmaf.
Diffstat (limited to 'sysdeps/i386/i686/multiarch/s_fmaf.c')
-rw-r--r-- | sysdeps/i386/i686/multiarch/s_fmaf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/i386/i686/multiarch/s_fmaf.c b/sysdeps/i386/i686/multiarch/s_fmaf.c index 4ea9be48ac..a52bd56e8f 100644 --- a/sysdeps/i386/i686/multiarch/s_fmaf.c +++ b/sysdeps/i386/i686/multiarch/s_fmaf.c @@ -33,4 +33,4 @@ weak_alias (__fmaf, fmaf) # define __fmaf __fmaf_ia32 #endif -#include <math/s_fmaf.c> +#include <sysdeps/ieee754/dbl-64/s_fmaf.c> |