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

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