about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2014-06-20 14:52:29 -0700
committerH.J. Lu <hjl.tools@gmail.com>2014-06-20 14:52:29 -0700
commitd92d8f8a42b5623e98a5f83775015a7907029884 (patch)
tree0cd169870b07044bd1a733af2419d67942f64cc1 /ChangeLog
parent257ce7127e2f64a6a959b146786cd43de0e42b5f (diff)
downloadglibc-d92d8f8a42b5623e98a5f83775015a7907029884.tar.gz
glibc-d92d8f8a42b5623e98a5f83775015a7907029884.tar.xz
glibc-d92d8f8a42b5623e98a5f83775015a7907029884.zip
Add ifunc tests for x86_64 memset_chk and memset
This patch adds ifunc tests for x86_64 memset_chk and memset.  It also
defines HAS_AVX2 with AVX2_Usable since AVX2 may not be usable even if
processor has AVX2.

	* sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
	Add tests for memset_chk and memset.

	* sysdeps/x86_64/multiarch/init-arch.h (HAS_AVX2): Defined
	with AVX2_Usable.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 610abcb8e7..cafcb4de9e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
+
+	* sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
+	Add tests for memset_chk and memset.
+
+	* sysdeps/x86_64/multiarch/init-arch.h (HAS_AVX2): Defined
+	with AVX2_Usable.
+
 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
 
 	[BZ #16046]