1 1.3 matt /* $NetBSD: memcpy.S,v 1.3 2013/02/08 01:41:35 matt Exp $ */ 2 1.1 christos 3 1.3 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