initial commit
[glibc.git] / sysdeps / x86_64 / multiarch / strcat-avx2-rtm.S
1 #ifndef STRCAT
2 # define STRCAT __strcat_avx2_rtm
3 #endif
4
5 #define ZERO_UPPER_VEC_REGISTERS_RETURN \
6 ZERO_UPPER_VEC_REGISTERS_RETURN_XTEST
7
8 #define VZEROUPPER_RETURN jmp L(return_vzeroupper)
9
10 #define SECTION(p) p##.avx.rtm
11
12 #include "strcat-avx2.S"