about summary refs log tree commit diff
path: root/sysdeps/x86_64/multiarch/wcsnlen-avx2.S
blob: 12c3a0fd05243582deee2581539945ed361c3bd4 (plain) (blame)
1
2
3
4
5
6
7
8
9
#ifndef WCSNLEN
# define WCSNLEN	__wcsnlen_avx2
#endif

#define STRLEN	WCSNLEN
#define USE_AS_WCSLEN 1
#define USE_AS_STRNLEN 1

#include "strlen-avx2.S"