commit | 6855af4135c9cd29a42f7c22ca7c394d902faea5 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Thu Dec 04 01:30:04 2014 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Dec 04 01:30:05 2014 +0000 |
tree | 2a2bd49616e6704d4e0c51a4ccad6251b6de826d | |
parent | 023bc0a426d0500904d5a9d2ddf4b7dfecf9ce6a [diff] | |
parent | 053ca3fc42d7497124beab5b95378851eee23e80 [diff] |
Merge "libpixelflinger should #define __ARM_HAVE_NEON."
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 @@ 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 := \