summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAndrew Senkevich <andrew.senkevich@intel.com>2015-06-08 14:07:59 +0300
committerAndrew Senkevich <andrew.senkevich@intel.com>2015-06-08 14:07:59 +0300
commit5fe2a126d115e6b3220886f416b6b544252f8589 (patch)
tree2d0b7b7fb57135bc5885bcc0a771c9e99a52c734 /ChangeLog
parent3ac3ff325d4042c8a8e20821195938601994d8f8 (diff)
This patch adds detection of availability for AVX512F and AVX512DQ ISAs.
* sysdeps/x86_64/multiarch/init-arch.h (bit_AVX512F_Usable, bit_AVX512DQ_Usable, bit_Opmask_state, bit_ZMM0_15_state, bit_ZMM16_31_state): New macro. * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Check and set bit_AVX512F_Usable, bit_AVX512DQ_Usable.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9552fc5bb8..53ffee3ce4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2015-06-08 Andrew Senkevich <andrew.senkevich@intel.com>
+
+ * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX512F_Usable,
+ bit_AVX512DQ_Usable, bit_Opmask_state, bit_ZMM0_15_state,
+ bit_ZMM16_31_state): New macro.
+ * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
+ Check and set bit_AVX512F_Usable, bit_AVX512DQ_Usable.
+
2015-06-08 Joseph Myers <joseph@codesourcery.com>
* include/stdio.h (__open_memstream): Say "C++ tests" in comment.