| 1 | #ifndef WCSCPY |
|---|---|
| 2 | # define WCSCPY __wcscpy_avx2 |
| 3 | #endif |
| 4 | |
| 5 | #define USE_AS_WCSCPY |
| 6 | #define STRCPY WCSCPY |
| 7 | #include "strcpy-avx2.S" |
| 8 |
| 1 | #ifndef WCSCPY |
|---|---|
| 2 | # define WCSCPY __wcscpy_avx2 |
| 3 | #endif |
| 4 | |
| 5 | #define USE_AS_WCSCPY |
| 6 | #define STRCPY WCSCPY |
| 7 | #include "strcpy-avx2.S" |
| 8 |