x86: Add evex optimized functions for the wchar_t strcpy family
[glibc.git] / sysdeps / x86_64 / multiarch / wcpncpy-evex.S
blob62ddb694fe3bfc73b8be1608dc22e3ac6ce35886
1 #ifndef WCPNCPY
2 # define WCPNCPY        __wcpncpy_evex
3 #endif
5 #define USE_AS_WCSCPY
6 #define USE_AS_STPCPY
7 #define STRNCPY WCPNCPY
8 #include "strncpy-evex.S"