Home | History | Annotate | Line # | Download | only in string
memcpy.S revision 1.1.54.2
      1  1.1.54.2      matt /*	$NetBSD: memcpy.S,v 1.1.54.2 2013/02/08 01:41:49 matt Exp $	*/
      2       1.1  christos 
      3  1.1.54.2      matt #if !defined(_ARM_ARCH_DWORD_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