1 2 3 4 5 6 7
#ifndef STPCPY # define STPCPY __stpcpy_avx2 #endif #define USE_AS_STPCPY #define STRCPY STPCPY #include "strcpy-avx2.S"