| 1 | #ifndef STPNCPY |
|---|---|
| 2 | # define STPNCPY __stpncpy_sse2_unaligned |
| 3 | #endif |
| 4 | |
| 5 | #define USE_AS_STPCPY |
| 6 | #define USE_AS_STRNCPY |
| 7 | #define STRCPY STPNCPY |
| 8 | #include "strcpy-sse2-unaligned.S" |
| 9 |
| 1 | #ifndef STPNCPY |
|---|---|
| 2 | # define STPNCPY __stpncpy_sse2_unaligned |
| 3 | #endif |
| 4 | |
| 5 | #define USE_AS_STPCPY |
| 6 | #define USE_AS_STRNCPY |
| 7 | #define STRCPY STPNCPY |
| 8 | #include "strcpy-sse2-unaligned.S" |
| 9 |