blob: c1d6dac1dd331f281e9e96331452acb5043f9331 (
plain) (
blame)
1
2
3
4
|
/* Multiple versions of strcasestr
All versions must be listed in ifunc-impl-list.c. */
#define __strcasestr_sse2 __strcasestr_ia32
#include <sysdeps/x86_64/multiarch/strcasestr-c.c>
|