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

#define USE_AS_STRNLEN 1
#define STRLEN	STRNLEN

#include "strlen-avx2.S"