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.
4 lines
78 B
ArmAsm
4 lines
78 B
ArmAsm
#define USE_AS_STRNCAT
|
|
#define STRCAT __strncat_evex
|
|
#include "strcat-evex.S"
|