diff options
author | Florian Weimer <fweimer@redhat.com> | 2016-03-25 11:11:42 +0100 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2016-03-25 11:11:42 +0100 |
commit | f327f5b47be57bc05a4077344b381016c1bb2c11 (patch) | |
tree | 35febedff8244de3999bd1b770b75c2fe3698530 /ChangeLog | |
parent | c898991d8bcfacc825097ba389ffccc5367c2b2d (diff) | |
download | glibc-f327f5b47be57bc05a4077344b381016c1bb2c11.tar.gz glibc-f327f5b47be57bc05a4077344b381016c1bb2c11.tar.xz glibc-f327f5b47be57bc05a4077344b381016c1bb2c11.zip |
tst-audit10: Fix compilation on compilers without bit_AVX512F [BZ #19860]
[BZ# 19860] * sysdeps/x86_64/tst-audit10.c (avx512_enabled): Always return zero if the compiler does not provide the AVX512F bit.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 1739a0f59f..609873854e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2016-03-25 Florian Weimer <fweimer@redhat.com> + + [BZ# 19860] + * sysdeps/x86_64/tst-audit10.c (avx512_enabled): Always return + zero if the compiler does not provide the AVX512F bit. + 2016-03-24 Joseph Myers <joseph@codesourcery.com> [BZ #19848] |