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

#define STRLEN WCSLEN
#define USE_AS_WCSLEN 1

#include "strlen-evex.S"