about summary refs log tree commit diff
path: root/sysdeps/x86_64/multiarch/wcslen-avx2.S
blob: 9784d8f780b8e62df022fe86ea0a5b8d2a6072f2 (plain) (blame)
1
2
3
4
5
6
7
8
#ifndef WCSLEN
# define WCSLEN	__wcslen_avx2
#endif

#define STRLEN WCSLEN
#define USE_AS_WCSLEN 1

#include "strlen-avx2.S"