Home | History | Annotate | Line # | Download | only in string
memcpy.S revision 1.1.50.1
      1  1.1.50.1      yamt /*	$NetBSD: memcpy.S,v 1.1.50.1 2013/01/16 05:25:53 yamt Exp $	*/
      2       1.1  christos 
      3  1.1.50.1      yamt #if !defined(_ARM_ARCH_DWORK_OK) || defined(_STANDALONE)
      4       1.1  christos #include "memcpy_arm.S"
      5       1.1  christos #else
      6       1.1  christos #include "memcpy_xscale.S"
      7       1.1  christos #endif
      8