mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-26 15:00:06 +00:00
525bc2a32c
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.
4 lines
76 B
ArmAsm
4 lines
76 B
ArmAsm
#define USE_AS_STPCPY
|
|
#define STRCPY __stpcpy_evex
|
|
#include "strcpy-evex.S"
|