Skip to content

Commit

Permalink
Fix rawmemchr regression on bulldozer.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ondřej Bílka committed Aug 30, 2013
1 parent 99541e8 commit 0186c6e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 109 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2013-08-30 Ondřej Bílka <neleai@seznam.cz>

* sysdeps/x86_64/multiarch/rawmemchr.S: Delete.
* sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove rawmemchr ifunc.

2013-08-29 Ondřej Bílka <neleai@seznam.cz>

* sysdeps/unix/sysv/linux/powerpc/aix/aix-dirent.h: Remove
Expand Down
6 changes: 0 additions & 6 deletions sysdeps/x86_64/multiarch/ifunc-impl-list.c
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,6 @@ __libc_ifunc_impl_list (const char *name, struct libc_ifunc_impl *array,
__memmove_ssse3)
IFUNC_IMPL_ADD (array, i, memmove, 1, __memmove_sse2))

/* Support sysdeps/x86_64/multiarch/rawmemchr.S. */
IFUNC_IMPL (i, name, rawmemchr,
IFUNC_IMPL_ADD (array, i, rawmemchr, HAS_SSE4_2,
__rawmemchr_sse42)
IFUNC_IMPL_ADD (array, i, rawmemchr, 1, __rawmemchr_sse2))

/* Support sysdeps/x86_64/multiarch/stpncpy.S. */
IFUNC_IMPL (i, name, stpncpy,
IFUNC_IMPL_ADD (array, i, stpncpy, HAS_SSSE3,
Expand Down
103 changes: 0 additions & 103 deletions sysdeps/x86_64/multiarch/rawmemchr.S

This file was deleted.

0 comments on commit 0186c6e

Please sign in to comment.