1 2 3 4 5 6 7
#ifndef WCSNCPY # define WCSNCPY __wcsncpy_avx2 #endif #define USE_AS_WCSCPY #define STRNCPY WCSNCPY #include "strncpy-avx2.S"