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

#define USE_AS_STPCPY
#define STRNCPY	STPNCPY
#include "strncpy-avx2.S"