1 2 3 4 5 6 7 8
#ifndef WCPCPY # define WCPCPY __wcpcpy_avx2 #endif #define USE_AS_STPCPY #define USE_AS_WCSCPY #define STRCPY WCPCPY #include "strcpy-avx2.S"