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

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