Home | History | Annotate | Line # | Download | only in string
strlen.S revision 1.2.2.3
      1  1.2.2.3  yamt /* $NetBSD: strlen.S,v 1.2.2.3 2014/05/22 11:26:28 yamt Exp $ */
      2  1.2.2.2  yamt 
      3  1.2.2.3  yamt #include <arm/cdefs.h>
      4  1.2.2.3  yamt 
      5  1.2.2.3  yamt #if defined(_STANDALONE) || (defined(__thumb__) && !defined(_ARM_ARCH_T2))
      6  1.2.2.2  yamt #include "strlen_naive.S"
      7  1.2.2.2  yamt #else
      8  1.2.2.2  yamt #include "strlen_arm.S"
      9  1.2.2.2  yamt #endif
     10