blob: c83706016f6e5bbb81cc524d162bf186124bcede (
plain) (
blame)
1
2
3
4
5
6
7
8
|
#ifndef STPNCPY
# define STPNCPY __stpncpy_sse2_unaligned
#endif
#define USE_AS_STPCPY
#define USE_AS_STRNCPY
#define STRCPY STPNCPY
#include "strcpy-sse2-unaligned.S"
|