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 /NEWS | |
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 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -GNU C Library NEWS -- history of user-visible changes. 2012-1-10 +GNU C Library NEWS -- history of user-visible changes. 2012-1-26 Copyright (C) 1992-2009, 2010, 2011, 2012 Free Software Foundation, Inc. See the end for copying conditions. @@ -10,7 +10,7 @@ Version 2.16 * The following bugs are resolved with this release: 13525, 13526, 13527, 13528, 13529, 13531, 13532, 13533, 13547, 13530, - 13551, 13552, 13553, 13555, 13559 + 13551, 13552, 13553, 13555, 13559, 13583 * ISO C11 support: |