diff options
author | Ulrich Drepper <drepper@redhat.com> | 2009-08-08 09:38:32 -0700 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-08-08 09:38:32 -0700 |
commit | 8e436522e108229eeb96d8921c659c5a19eaf455 (patch) | |
tree | 5d7436eddd0e29b030cb6fbc321c237ca5b95951 /ChangeLog | |
parent | 9d36a6c410ca5b653cece179e5979240577da8d5 (diff) | |
download | glibc-8e436522e108229eeb96d8921c659c5a19eaf455.tar.gz glibc-8e436522e108229eeb96d8921c659c5a19eaf455.tar.xz glibc-8e436522e108229eeb96d8921c659c5a19eaf455.zip |
Move SSE4.2 functions together.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index abdb802d85..524a3aa86f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2009-08-08 Ulrich Drepper <drepper@redhat.com> + + * sysdeps/x86_64/multiarch/strlen.S: Move SSE4.2 version into the same + section as the other functions for this architecture. + * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise. + 2009-08-07 Ulrich Drepper <drepper@redhat.com> * sysdeps/x86_64/strcmp.S: Add support to compile with |