| 1 | #ifndef WCSNLEN |
|---|---|
| 2 | # define WCSNLEN __wcsnlen_avx2 |
| 3 | #endif |
| 4 | |
| 5 | #define STRLEN WCSNLEN |
| 6 | #define USE_AS_WCSLEN 1 |
| 7 | #define USE_AS_STRNLEN 1 |
| 8 | |
| 9 | #include "strlen-avx2.S" |
| 10 |
| 1 | #ifndef WCSNLEN |
|---|---|
| 2 | # define WCSNLEN __wcsnlen_avx2 |
| 3 | #endif |
| 4 | |
| 5 | #define STRLEN WCSNLEN |
| 6 | #define USE_AS_WCSLEN 1 |
| 7 | #define USE_AS_STRNLEN 1 |
| 8 | |
| 9 | #include "strlen-avx2.S" |
| 10 |