From 9dce93ac7f7a76978b70581c6f073f671b583347 Mon Sep 17 00:00:00 2001 From: Andre McCurdy Date: Tue, 21 Jan 2020 10:52:15 -0800 Subject: add big-endian support to ARM assembler memcpy Allow the existing ARM assembler memcpy implementation to be used for both big and little endian targets. --- src/string/arm/memcpy.c | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 src/string/arm/memcpy.c (limited to 'src/string/arm/memcpy.c') diff --git a/src/string/arm/memcpy.c b/src/string/arm/memcpy.c deleted file mode 100644 index 041614f4..00000000 --- a/src/string/arm/memcpy.c +++ /dev/null @@ -1,3 +0,0 @@ -#if __ARMEB__ -#include "../memcpy.c" -#endif -- cgit v1.2.1