Home | History | Annotate | Line # | Download | only in string
memcpy.S revision 1.4
      1  1.4      matt /*	$NetBSD: memcpy.S,v 1.4 2013/02/15 22:35:39 matt Exp $	*/
      2  1.4      matt 
      3  1.4      matt #include <arm/cdefs.h>
      4  1.1  christos 
      5  1.3      matt #if !defined(_ARM_ARCH_DWORD_OK) || defined(_STANDALONE)
      6  1.1  christos #include "memcpy_arm.S"
      7  1.1  christos #else
      8  1.1  christos #include "memcpy_xscale.S"
      9  1.1  christos #endif
     10