diff options
author | Ulrich Drepper <drepper@gmail.com> | 2012-01-26 07:45:14 -0500 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2012-01-26 07:45:14 -0500 |
commit | afc5ed09cbce5d6fd48b3a8c5ec427b31f996880 (patch) | |
tree | eb37cecd40d16a579528f698c7d4274697bb8fac /ChangeLog | |
parent | bdb6de1d6d5d2a538e34fd453331acd0f664f6ed (diff) | |
download | glibc-afc5ed09cbce5d6fd48b3a8c5ec427b31f996880.tar glibc-afc5ed09cbce5d6fd48b3a8c5ec427b31f996880.tar.gz glibc-afc5ed09cbce5d6fd48b3a8c5ec427b31f996880.tar.bz2 glibc-afc5ed09cbce5d6fd48b3a8c5ec427b31f996880.zip |
Reset bit_AVX in __cpu_features is OS support is missing
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2012-01-26 Ulrich Drepper <drepper@gmail.com> + + [BZ #13583] + * sysdeps/x86_64/multiarch/init-arch.h: Define bit_OSXSAVE. + * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): If + bit_AVX is set also check OSXAVE/XCR0 and reset bit_AVX if necessary. + 2012-01-25 Joseph Myers <joseph@codesourcery.com> * elf/tst-unique3.cc (gets): Remove declaration. |