1 | #ifndef STRCPY |
---|---|
2 | # define STRCPY __strcpy_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 "strcpy-avx2.S" |
13 |