| 1 | #ifndef STRNLEN |
|---|---|
| 2 | # define STRNLEN __strnlen_avx2 |
| 3 | #endif |
| 4 | |
| 5 | #define USE_AS_STRNLEN 1 |
| 6 | #define STRLEN STRNLEN |
| 7 | |
| 8 | #include "strlen-avx2.S" |
| 9 |
| 1 | #ifndef STRNLEN |
|---|---|
| 2 | # define STRNLEN __strnlen_avx2 |
| 3 | #endif |
| 4 | |
| 5 | #define USE_AS_STRNLEN 1 |
| 6 | #define STRLEN STRNLEN |
| 7 | |
| 8 | #include "strlen-avx2.S" |
| 9 |