summaryrefslogtreecommitdiffstats
path: root/libpixelflinger
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2014-12-04 01:30:04 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2014-12-04 01:30:05 +0000
commit6855af4135c9cd29a42f7c22ca7c394d902faea5 (patch)
tree2a2bd49616e6704d4e0c51a4ccad6251b6de826d /libpixelflinger
parent023bc0a426d0500904d5a9d2ddf4b7dfecf9ce6a (diff)
parent053ca3fc42d7497124beab5b95378851eee23e80 (diff)
downloadsystem_core-6855af4135c9cd29a42f7c22ca7c394d902faea5.zip
system_core-6855af4135c9cd29a42f7c22ca7c394d902faea5.tar.gz
system_core-6855af4135c9cd29a42f7c22ca7c394d902faea5.tar.bz2
Merge "libpixelflinger should #define __ARM_HAVE_NEON."
Diffstat (limited to 'libpixelflinger')
-rw-r--r--libpixelflinger/Android.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/libpixelflinger/Android.mk b/libpixelflinger/Android.mk
index da9829d..f1bd522 100644
--- a/libpixelflinger/Android.mk
+++ b/libpixelflinger/Android.mk
@@ -36,6 +36,7 @@ PIXELFLINGER_SRC_FILES_arm := \
ifeq ($(ARCH_ARM_HAVE_NEON),true)
PIXELFLINGER_SRC_FILES_arm += col32cb16blend_neon.S
+PIXELFLINGER_CFLAGS_arm += -D__ARM_HAVE_NEON
endif
PIXELFLINGER_SRC_FILES_arm64 := \