summary refs log tree commit diff
path: root/sysdeps/x86_64/multiarch/strncpy-avx2.S
blob: ce634e94fa473b1f6d936394e9788a33ffa05aee (plain) (blame)
1
2
3
4
5
6
7
#ifndef STRNCPY
# define STRNCPY	__strncpy_avx2
#endif

#define USE_AS_STRNCPY
#define STRCPY	STRNCPY
#include "strcpy-avx2.S"