about summary refs log tree commit diff
path: root/sysdeps/x86_64/multiarch/stpncpy-avx2.S
blob: b2f8c19143bd62045c1fec895cf8f05bc4472ac9 (plain) (blame)
1
2
3
4
5
6
7
8
#ifndef STPNCPY
# define STPNCPY	__stpncpy_avx2
#endif

#define USE_AS_STPCPY
#define USE_AS_STRNCPY
#define STRCPY	STPNCPY
#include "strcpy-avx2.S"