| 1 | #ifndef WCPCPY |
|---|---|
| 2 | # define WCPCPY __wcpcpy_avx2 |
| 3 | #endif |
| 4 | |
| 5 | #define USE_AS_STPCPY |
| 6 | #define USE_AS_WCSCPY |
| 7 | #define STRCPY WCPCPY |
| 8 | #include "strcpy-avx2.S" |
| 9 |
| 1 | #ifndef WCPCPY |
|---|---|
| 2 | # define WCPCPY __wcpcpy_avx2 |
| 3 | #endif |
| 4 | |
| 5 | #define USE_AS_STPCPY |
| 6 | #define USE_AS_WCSCPY |
| 7 | #define STRCPY WCPCPY |
| 8 | #include "strcpy-avx2.S" |
| 9 |