summaryrefslogtreecommitdiff
path: root/sysdeps/x86_64/multiarch/strncmp-c.c
blob: d4f74a418dd393d49524d54a2a23732c1750d3aa (plain)
1
2
3
4
5
6
7
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"