diff options
author | Ulrich Drepper <drepper@gmail.com> | 2010-10-19 12:56:42 -0400 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2010-10-19 12:56:42 -0400 |
commit | 18edac4857531b4b034eef37a07e3b03117de2bf (patch) | |
tree | 76ab66c435d997cdcb07a559e3c7e313945436bf /ChangeLog | |
parent | d20501241ea423e477b357d93147530987e0d89e (diff) | |
download | glibc-18edac4857531b4b034eef37a07e3b03117de2bf.tar.gz glibc-18edac4857531b4b034eef37a07e3b03117de2bf.tar.xz glibc-18edac4857531b4b034eef37a07e3b03117de2bf.zip |
Provide FP_FAST_FMA{,F,L} definitions for x86/x86-64.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index f90f303069..e162666af7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2010-10-19 Ulrich Drepper <drepper@gmail.com> + + * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has + fast fma builtins, define the macros in the C99 standard. + (FP_FAST_FMAF): Likewise. + (FP_FAST_FMAL): Likewise. + * sysdeps/x86_64/bits/mathdef.h: Likewise. + + * bits/mathdef.h: Update copyright year. + * sysdeps/powerpc/bits/mathdef.h: Likewise. + 2010-10-19 Michael Meissner <meissner@linux.vnet.ibm.com> * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma |