| 1 | #define USE_AS_STPCPY |
|---|---|
| 2 | #define USE_AS_STRNCPY |
| 3 | #define STRCPY __stpncpy_sse2_unaligned |
| 4 | #include "strcpy-sse2-unaligned.S" |
| 5 |
| 1 | #define USE_AS_STPCPY |
|---|---|
| 2 | #define USE_AS_STRNCPY |
| 3 | #define STRCPY __stpncpy_sse2_unaligned |
| 4 | #include "strcpy-sse2-unaligned.S" |
| 5 |