Home | History | Annotate | Line # | Download | only in string
strlen.S revision 1.2
      1  1.2  matt /* $NetBSD: strlen.S,v 1.2 2013/01/08 13:21:05 matt Exp $ */
      2  1.1  matt 
      3  1.2  matt #ifdef _STANDALONE
      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