aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/x86_64/multiarch/wcpncpy-avx2.S
blob: b7e594f7b70bce10b600144358c60fd52a8e0949 (plain)
1
2
3
4
5
6
7
8
#ifndef WCPNCPY
# define WCPNCPY	__wcpncpy_avx2
#endif

#define USE_AS_WCSCPY
#define USE_AS_STPCPY
#define STRNCPY	WCPNCPY
#include "strncpy-avx2.S"