1 2 3 4 5 6 7 8
#ifndef WCSLEN # define WCSLEN __wcslen_avx2 #endif #define STRLEN WCSLEN #define USE_AS_WCSLEN 1 #include "strlen-avx2.S"