about summary refs log tree commit diff
path: root/sysdeps/x86_64/multiarch/strnlen-evex.S
blob: 64a9fc26064db18aa788df65104244dc20a37ec2 (plain) (blame)
1
2
3
4
5
6
7
8
#ifndef STRNLEN
# define STRNLEN __strnlen_evex
#endif

#define USE_AS_STRNLEN 1
#define STRLEN	STRNLEN

#include "strlen-evex.S"