mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-22 13: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.
5 lines
100 B
ArmAsm
5 lines
100 B
ArmAsm
#define USE_AS_STPCPY
|
|
#define USE_AS_STRNCPY
|
|
#define STRCPY __stpncpy_evex
|
|
#include "strcpy-evex.S"
|