| 1 | #ifndef STPCPY |
|---|---|
| 2 | # define STPCPY __stpcpy_sse2 |
| 3 | #endif |
| 4 | |
| 5 | #define USE_AS_STPCPY |
| 6 | #define STRCPY STPCPY |
| 7 | #include "strcpy-sse2.S" |
| 8 |
| 1 | #ifndef STPCPY |
|---|---|
| 2 | # define STPCPY __stpcpy_sse2 |
| 3 | #endif |
| 4 | |
| 5 | #define USE_AS_STPCPY |
| 6 | #define STRCPY STPCPY |
| 7 | #include "strcpy-sse2.S" |
| 8 |