glibc/sysdeps/x86_64/multiarch/stpncpy-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

5 lines
100 B
ArmAsm

#define USE_AS_STPCPY
#define USE_AS_STRNCPY
#define STRCPY __stpncpy_evex
#include "strcpy-evex.S"