Enable SSE2 memset for AMD'supcoming Orochi processor.
commit7e4ba49cd365555ddaff2ae8bba7b912464ad6e5
authorHarsha Jagasia <harsha.jagasia@amd.com>
Sat, 5 Mar 2011 04:30:08 +0000 (4 23:30 -0500)
committerUlrich Drepper <drepper@gmail.com>
Sat, 5 Mar 2011 04:30:08 +0000 (4 23:30 -0500)
treeec4eaf0ea436e74b584daefdceeb4ab66c52728d
parent13a804de8f3091e8ccd9b650f61becd6e1304227
Enable SSE2 memset for AMD'supcoming Orochi processor.

This patch enables SSE2 memset for AMD's upcoming Orochi processor.
This patch also fixes the following bug:
For misaligned blocks larger than > 144 Bytes, memset branches into
the integer code path depending on the value of misalignment even if
the startup code chooses the SSE2 code path upfront, when multiarch
is enabled.
ChangeLog
sysdeps/x86_64/cacheinfo.c
sysdeps/x86_64/memset.S
sysdeps/x86_64/multiarch/init-arch.c