about summary refs log tree commit diff
path: root/sysdeps/x86_64/multiarch/wcpcpy-avx2.S
blob: 0fffd912d3a0a364e1a442d78b7a15e0d6f50476 (plain) (blame)
1
2
3
4
5
6
7
8
#ifndef WCPCPY
# define WCPCPY	__wcpcpy_avx2
#endif

#define USE_AS_STPCPY
#define USE_AS_WCSCPY
#define STRCPY	WCPCPY
#include "strcpy-avx2.S"