Home | History | Annotate | Line # | Download | only in string
strlen.S revision 1.4.26.2
      1  1.4.26.1  martin /* $NetBSD: strlen.S,v 1.4.26.2 2020/04/21 19:37:42 martin 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