1 2 3 4 5 6 7 8 9 10
#ifndef WCSCAT # define WCSCAT __wcscat_avx2 #endif #define USE_AS_WCSCPY #define USE_AS_STRCAT #define STRCPY WCSCAT #include "strcpy-avx2.S"