| 1 | #ifndef STRNCAT |
|---|---|
| 2 | # define STRNCAT __strncat_sse2_unaligned |
| 3 | #endif |
| 4 | |
| 5 | #define USE_AS_STRNCAT |
| 6 | #define STRCAT STRNCAT |
| 7 | #include "strcat-sse2-unaligned.S" |
| 8 |
| 1 | #ifndef STRNCAT |
|---|---|
| 2 | # define STRNCAT __strncat_sse2_unaligned |
| 3 | #endif |
| 4 | |
| 5 | #define USE_AS_STRNCAT |
| 6 | #define STRCAT STRNCAT |
| 7 | #include "strcat-sse2-unaligned.S" |
| 8 |