about summary refs log tree commit diff
path: root/sysdeps/x86_64/multiarch/wmemcmp-c.c
blob: 46b6715e18a4c864a2e000c0b298451ccb2ecf62 (plain) (blame)
1
2
3
4
5
6
7
8
9
#if IS_IN (libc)
# include <wchar.h>

# define WMEMCMP  __wmemcmp_sse2

extern __typeof (wmemcmp) __wmemcmp_sse2;
#endif

#include "wcsmbs/wmemcmp.c"