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