diff options
author | Jakub Jelinek <jakub@redhat.com> | 2010-10-13 22:27:03 -0400 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2010-10-13 22:27:03 -0400 |
commit | 5e908464b9603e9cd95047d2edd00de5f78fedaf (patch) | |
tree | 1f526248f31bee031ce4c92d9b1b2e857d6b671b /sysdeps/i386/fpu/bits/mathinline.h | |
parent | f90681487d90a6eea8f1c60021bc8dd83313c59b (diff) | |
download | glibc-5e908464b9603e9cd95047d2edd00de5f78fedaf.tar.gz glibc-5e908464b9603e9cd95047d2edd00de5f78fedaf.tar.xz glibc-5e908464b9603e9cd95047d2edd00de5f78fedaf.zip |
Implement accurate fma.
Diffstat (limited to 'sysdeps/i386/fpu/bits/mathinline.h')
-rw-r--r-- | sysdeps/i386/fpu/bits/mathinline.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sysdeps/i386/fpu/bits/mathinline.h b/sysdeps/i386/fpu/bits/mathinline.h index 8005997520..666ec2bc25 100644 --- a/sysdeps/i386/fpu/bits/mathinline.h +++ b/sysdeps/i386/fpu/bits/mathinline.h @@ -1,6 +1,6 @@ /* Inline math functions for i387. - Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2003,2004,2006,2007,2009 - Free Software Foundation, Inc. + Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2003,2004,2006,2007,2009, + 2010 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by John C. Bowman <bowman@math.ualberta.ca>, 1995. @@ -657,8 +657,6 @@ __NTH (ldexpl (long double __x, int __y)) __ldexp_code; } -__inline_mathcodeNP3 (fma, __x, __y, __z, return (__x * __y) + __z) - __inline_mathopNP (rint, "frndint") # endif /* __FAST_MATH__ */ |