Home | History | Annotate | Line # | Download | only in string
strlen.S revision 1.3
      1  1.3  matt /* $NetBSD: strlen.S,v 1.3 2013/08/19 01:08:29 matt Exp $ */
      2  1.1  matt 
      3  1.3  matt #if defined(_STANDALONE) || defined(__thumb__)
      4  1.2  matt #include "strlen_naive.S"
      5  1.1  matt #else
      6  1.2  matt #include "strlen_arm.S"
      7  1.1  matt #endif
      8