| 1 | #ifndef WCSRCHR |
|---|---|
| 2 | # define WCSRCHR __wcsrchr_avx2 |
| 3 | #endif |
| 4 | |
| 5 | #define STRRCHR WCSRCHR |
| 6 | #define USE_AS_WCSRCHR 1 |
| 7 | |
| 8 | #include "strrchr-avx2.S" |
| 9 |
| 1 | #ifndef WCSRCHR |
|---|---|
| 2 | # define WCSRCHR __wcsrchr_avx2 |
| 3 | #endif |
| 4 | |
| 5 | #define STRRCHR WCSRCHR |
| 6 | #define USE_AS_WCSRCHR 1 |
| 7 | |
| 8 | #include "strrchr-avx2.S" |
| 9 |