summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2010-03-10 18:14:25 -0800
committerAndroid (Google) Code Review <android-gerrit@google.com>2010-03-10 18:14:25 -0800
commit1cfbda826ce66e9bd1507a31b7e6df62e0dbcc6e (patch)
treef0b9b778513da0e049ce1b4c706ae5000848d7c1
parent92e712f60dae8f099004c439291362efd02f6889 (diff)
parentecede4022283650ee4c4ed117a792d6db0b929fd (diff)
downloadbionic-1cfbda826ce66e9bd1507a31b7e6df62e0dbcc6e.zip
bionic-1cfbda826ce66e9bd1507a31b7e6df62e0dbcc6e.tar.gz
bionic-1cfbda826ce66e9bd1507a31b7e6df62e0dbcc6e.tar.bz2
Merge "Only use NEON memcpy if __ARM_NEON__ is defined"
-rw-r--r--libc/arch-arm/bionic/memcpy.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/arch-arm/bionic/memcpy.S b/libc/arch-arm/bionic/memcpy.S
index 024d885..ba55996 100644
--- a/libc/arch-arm/bionic/memcpy.S
+++ b/libc/arch-arm/bionic/memcpy.S
@@ -28,7 +28,7 @@
#include <machine/cpu-features.h>
-#if __ARM_ARCH__ == 7 || defined(__ARM_NEON__)
+#if defined(__ARM_NEON__)
.text
.fpu neon