1 | #ifndef WCSCAT |
---|---|
2 | # define WCSCAT __wcscat_avx2 |
3 | #endif |
4 | |
5 | #define USE_AS_WCSCPY |
6 | #define USE_AS_STRCAT |
7 | |
8 | #define STRCPY WCSCAT |
9 | |
10 | #include "strcpy-avx2.S" |
11 |
1 | #ifndef WCSCAT |
---|---|
2 | # define WCSCAT __wcscat_avx2 |
3 | #endif |
4 | |
5 | #define USE_AS_WCSCPY |
6 | #define USE_AS_STRCAT |
7 | |
8 | #define STRCPY WCSCAT |
9 | |
10 | #include "strcpy-avx2.S" |
11 |