From 99710781cc47002612e609c7dc5f34692b64e9b3 Mon Sep 17 00:00:00 2001 From: Liubov Dmitrieva Date: Tue, 19 Jul 2011 17:11:54 -0400 Subject: Improve 64 bit strcat functions with SSE2/SSSE3 --- sysdeps/x86_64/multiarch/strncat-ssse3.S | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sysdeps/x86_64/multiarch/strncat-ssse3.S (limited to 'sysdeps/x86_64/multiarch/strncat-ssse3.S') diff --git a/sysdeps/x86_64/multiarch/strncat-ssse3.S b/sysdeps/x86_64/multiarch/strncat-ssse3.S new file mode 100644 index 0000000000..6c45ff3ec7 --- /dev/null +++ b/sysdeps/x86_64/multiarch/strncat-ssse3.S @@ -0,0 +1,3 @@ +#define USE_AS_STRNCAT +#define STRCAT __strncat_ssse3 +#include "strcat-ssse3.S" -- cgit 1.4.1