1 | #ifndef WCSNCAT |
---|---|
2 | # define WCSNCAT __wcsncat_avx2 |
3 | #endif |
4 | |
5 | #define USE_AS_WCSCPY |
6 | #define USE_AS_STRCAT |
7 | |
8 | #define STRNCAT WCSNCAT |
9 | #include "strncat-avx2.S" |
10 |
1 | #ifndef WCSNCAT |
---|---|
2 | # define WCSNCAT __wcsncat_avx2 |
3 | #endif |
4 | |
5 | #define USE_AS_WCSCPY |
6 | #define USE_AS_STRCAT |
7 | |
8 | #define STRNCAT WCSNCAT |
9 | #include "strncat-avx2.S" |
10 |