diff options
author | Ulrich Drepper <drepper@redhat.com> | 2009-08-24 10:33:57 -0700 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-08-24 10:33:57 -0700 |
commit | 7b943af6cf2bfd4b94be271877a10128c32d03da (patch) | |
tree | 61e48476a7cfc36f79a21c828aebda8157d606ef /ChangeLog | |
parent | ef72d5f1b95fe91b032de0ad1ee777d7cf4fb49f (diff) | |
download | glibc-7b943af6cf2bfd4b94be271877a10128c32d03da.tar.gz glibc-7b943af6cf2bfd4b94be271877a10128c32d03da.tar.xz glibc-7b943af6cf2bfd4b94be271877a10128c32d03da.zip |
Define math_errhandling is possible.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 45ff958cb8..b367ab0782 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2009-08-24 Ulrich Drepper <drepper@redhat.com> + * math/math.h: Define math_errhandling of __FAST_MATH__ is not defined. + * sysdeps/i386/fpu/bits/mathinline.h: Undefine math_errhandling if we + are using the inline optimizations. + * sysdeps/x86_64/fpu/bits/mathinline.h (__signbit): Optimize. (__signbitf): Likewise. |