summary refs log tree commit diff
path: root/sysdeps/x86_64/multiarch/strncat-avx2.S
blob: 52ecbca9432621d91e1ceb18183a8cc11be9550c (plain) (blame)
1
2
3
4
5
6
7
#ifndef STRNCAT
# define STRNCAT	__strncat_avx2
#endif

#define USE_AS_STRNCAT
#define STRCAT	STRNCAT
#include "strcat-avx2.S"