mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-07 13:28:05 +08:00
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
78 B
ArmAsm
4 lines
78 B
ArmAsm
#define USE_AS_STRNCPY
|
|
#define STRCPY __strncpy_evex
|
|
#include "strcpy-evex.S"
|