summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAmit Pawar <Amit.Pawar@amd.com>2016-01-14 20:06:02 +0530
committerH.J. Lu <hjl.tools@gmail.com>2016-01-14 08:14:31 -0800
commitd7890e6947114785755ae5b1cf5310491092ee0b (patch)
treed69fa16cd7eec8008f4224a8006128555916262c /ChangeLog
parenta4b5177ca83ca97c562a7138923dafe0cb92d1a0 (diff)
Set index_Fast_Unaligned_Load for Excavator family CPUs
GLIBC benchtest testcases shows SSE2_Unaligned based implementations are performing faster compare to SSE2 based implementations for routines: strcmp, strcat, strncat, stpcpy, stpncpy, strcpy, strncpy and strstr. Flag index_Fast_Unaligned_Load is set for Excavator family 0x15h CPU's. This makes SSE2_Unaligned based implementations as default for these routines. [BZ #19467] * sysdeps/x86/cpu-features.c (init_cpu_features): Set index_Fast_Unaligned_Load flag for Excavator family CPUs.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 424f7312c5..054998fd42 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2016-01-14 Amit Pawar <amit.pawar@amd.com>
+
+ [BZ #19467]
+ * sysdeps/x86/cpu-features.c (init_cpu_features): Set
+ index_Fast_Unaligned_Load flag for Excavator family CPUs.
+
2016-01-02 Marcin Koƛcielnicki <koriakin@0x04.net>
* sysdeps/s390/nptl/tls.h (struct tcbhead_t): Add __private_ss field.