| 1 | #ifndef WCSLEN |
|---|---|
| 2 | # define WCSLEN __wcslen_sse4_1 |
| 3 | #endif |
| 4 | |
| 5 | #define AS_WCSLEN 1 |
| 6 | #define STRLEN WCSLEN |
| 7 | #define SECTION(p) p##.sse4.1 |
| 8 | |
| 9 | #include "strlen-sse2.S" |
| 10 |
| 1 | #ifndef WCSLEN |
|---|---|
| 2 | # define WCSLEN __wcslen_sse4_1 |
| 3 | #endif |
| 4 | |
| 5 | #define AS_WCSLEN 1 |
| 6 | #define STRLEN WCSLEN |
| 7 | #define SECTION(p) p##.sse4.1 |
| 8 | |
| 9 | #include "strlen-sse2.S" |
| 10 |