diff options
author | Jakub Jelinek <jakub@redhat.com> | 2009-09-01 15:30:12 -0700 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-09-01 15:30:12 -0700 |
commit | 240441038f2d2b1a32d4239270c7f76531a484f3 (patch) | |
tree | 0118c5e89428ef38129e1f3cd5d2d364ef0c51b0 /ChangeLog | |
parent | c2735e958acc6a69daab71fdc463564860f20794 (diff) | |
download | glibc-240441038f2d2b1a32d4239270c7f76531a484f3.tar.gz glibc-240441038f2d2b1a32d4239270c7f76531a484f3.tar.xz glibc-240441038f2d2b1a32d4239270c7f76531a484f3.zip |
Fix x86_64 bits/mathinline.h for -m32 compilation.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index d230db7ad8..b4e6966f74 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2009-09-01 Jakub Jelinek <jakub@redhat.com> + + * sysdeps/x86_64/fpu/bits/mathinline.h: Include bits/wordsize.h. + (__signbitf, __signbit): Only use SSE inline asm for 64-bit. + 2009-08-31 Andreas Schwab <schwab@redhat.com> * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm. |