mirror of https://gitee.com/Nocallback/glibc.git
committed by
Ulrich Drepper
7 changed files with 1714 additions and 5 deletions
File diff suppressed because it is too large
@ -0,0 +1,8 @@ |
|||
#ifdef SHARED |
|||
#define STRNCMP __strncmp_sse2 |
|||
#undef libc_hidden_builtin_def |
|||
#define libc_hidden_builtin_def(name) \ |
|||
__hidden_ver1 (__strncmp_sse2, __GI_strncmp, __strncmp_sse2); |
|||
#endif |
|||
|
|||
#include "strncmp.c" |
|||
@ -0,0 +1,3 @@ |
|||
#define STRCMP strncmp |
|||
#define USE_AS_STRNCMP |
|||
#include "strcmp.S" |
|||
Loading…
Reference in new issue