1 1.4 matt /* $NetBSD: strlen.S,v 1.4 2013/08/20 08:07:30 matt Exp $ */ 2 1.1 matt 3 1.4 matt #include <arm/cdefs.h> 4 1.4 matt 5 1.4 matt #if defined(_STANDALONE) || (defined(__thumb__) && !defined(_ARM_ARCH_T2)) 6 1.2 matt #include "strlen_naive.S" 7 1.1 matt #else 8 1.2 matt #include "strlen_arm.S" 9 1.1 matt #endif 10