about summary refs log tree commit diff
path: root/sysdeps/x86_64/multiarch/wcscpy-avx2.S
blob: 6bc509da07af6624939aa4a5512d7789330c8f0e (plain) (blame)
1
2
3
4
5
6
7
#ifndef WCSCPY
# define WCSCPY	__wcscpy_avx2
#endif

#define USE_AS_WCSCPY
#define STRCPY	WCSCPY
#include "strcpy-avx2.S"