summary refs log tree commit diff
path: root/sysdeps/x86_64/multiarch/ifunc-impl-list.c
diff options
context:
space:
mode:
authorOndrej Bilka <neleai@seznam.cz>2013-03-11 15:39:08 +0100
committerOndrej Bilka <neleai@seznam.cz>2013-03-11 15:39:08 +0100
commit80f844c9d898f97e8c9cf7f2571fa1eca46acd46 (patch)
tree02322b2c85ac38832ab36b3e439002d13fb06355 /sysdeps/x86_64/multiarch/ifunc-impl-list.c
parentfb6b0fcbf13acf4a4a9a91720303d88263f3e4f9 (diff)
downloadglibc-80f844c9d898f97e8c9cf7f2571fa1eca46acd46.tar.gz
glibc-80f844c9d898f97e8c9cf7f2571fa1eca46acd46.tar.xz
glibc-80f844c9d898f97e8c9cf7f2571fa1eca46acd46.zip
Remove Prefer_SSE_for_memop on x64
Diffstat (limited to 'sysdeps/x86_64/multiarch/ifunc-impl-list.c')
-rw-r--r--sysdeps/x86_64/multiarch/ifunc-impl-list.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/sysdeps/x86_64/multiarch/ifunc-impl-list.c b/sysdeps/x86_64/multiarch/ifunc-impl-list.c
index 643cb2dd0a..cb4aba351b 100644
--- a/sysdeps/x86_64/multiarch/ifunc-impl-list.c
+++ b/sysdeps/x86_64/multiarch/ifunc-impl-list.c
@@ -61,17 +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/memset_chk.S.  */
-  IFUNC_IMPL (i, name, __memset_chk,
-	      IFUNC_IMPL_ADD (array, i, __memset_chk, 1, __memset_chk_sse2)
-	      IFUNC_IMPL_ADD (array, i, __memset_chk, 1,
-			      __memset_chk_x86_64))
-
-  /* Support sysdeps/x86_64/multiarch/memset.S.  */
-  IFUNC_IMPL (i, name, memset,
-	      IFUNC_IMPL_ADD (array, i, memset, 1, __memset_sse2)
-	      IFUNC_IMPL_ADD (array, i, memset, 1, __memset_x86_64))
-
   /* Support sysdeps/x86_64/multiarch/rawmemchr.S.  */
   IFUNC_IMPL (i, name, rawmemchr,
 	      IFUNC_IMPL_ADD (array, i, rawmemchr, HAS_SSE4_2,