glibc/sysdeps/x86_64/multiarch/strncat-evex.S
H.J. Lu 525bc2a32c x86-64: Add strcpy family functions with 256-bit EVEX
Update ifunc-strcpy.h to select the function optimized with 256-bit EVEX
instructions using YMM16-YMM31 registers to avoid RTM abort with usable
AVX512VL and AVX512BW since VZEROUPPER isn't needed at function exit.
2021-03-29 07:40:17 -07:00

4 lines
78 B
ArmAsm

#define USE_AS_STRNCAT
#define STRCAT __strncat_evex
#include "strcat-evex.S"