about summary refs log tree commit diff
path: root/sysdeps/x86_64/multiarch/stpcpy-sse2.S
blob: fcd67cada296ec182c101659a670066f8eb465a8 (plain) (blame)
1
2
3
4
5
6
7
#ifndef STPCPY
# define STPCPY	__stpcpy_sse2
#endif

#define USE_AS_STPCPY
#define STRCPY	STPCPY
#include "strcpy-sse2.S"