Merge "Only use NEON memcpy if __ARM_NEON__ is defined"

This commit is contained in:
Colin Cross 2010-03-10 18:14:25 -08:00 committed by Android (Google) Code Review
commit 1cfbda826c

View File

@ -28,7 +28,7 @@
#include <machine/cpu-features.h>
#if __ARM_ARCH__ == 7 || defined(__ARM_NEON__)
#if defined(__ARM_NEON__)
.text
.fpu neon