1 | #ifndef STRCHRNUL |
---|---|
2 | # define STRCHRNUL __strchrnul_evex512 |
3 | #endif |
4 | |
5 | #define STRCHR STRCHRNUL |
6 | #define USE_AS_STRCHRNUL 1 |
7 | |
8 | #include "strchr-evex512.S" |
9 |
1 | #ifndef STRCHRNUL |
---|---|
2 | # define STRCHRNUL __strchrnul_evex512 |
3 | #endif |
4 | |
5 | #define STRCHR STRCHRNUL |
6 | #define USE_AS_STRCHRNUL 1 |
7 | |
8 | #include "strchr-evex512.S" |
9 |