summary refs log tree commit diff
path: root/sysdeps/x86_64/multiarch/strcat-evex.S
blob: b4207b78890ed637a7fc36e05d0dcc8e0fb5b06f (plain) (blame)
1
2
3
4
5
6
7
#ifndef STRCAT
# define STRCAT	__strcat_evex
#endif

#define USE_AS_STRCAT
#define STRCPY	STRCAT
#include "strcpy-evex.S"