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

# define WMEMCMP  __wmemcmp_sse2

extern __typeof (wmemcmp) __wmemcmp_sse2;
#endif

#include "wcsmbs/wmemcmp.c"