summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRob Herring <[email protected]>2017-01-30 16:54:53 -0600
committerEric Anholt <[email protected]>2017-01-31 14:06:21 -0800
commit01e18b21d10f10775561100a771c6224284b16ef (patch)
tree20310e6221ff77af05b7086f2383b72a712f5d69
parent83107acb7b893ae8cf1aa2158c621e20f9c61a88 (diff)
vc4: Enable Neon on arm android builds
Signed-off-by: Rob Herring <[email protected]> Reviewed-by: Eric Anholt <[email protected]>
-rw-r--r--src/gallium/drivers/vc4/Android.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/drivers/vc4/Android.mk b/src/gallium/drivers/vc4/Android.mk
index de9d5e3f5b3..fdc06744e5a 100644
--- a/src/gallium/drivers/vc4/Android.mk
+++ b/src/gallium/drivers/vc4/Android.mk
@@ -25,6 +25,8 @@ include $(LOCAL_PATH)/Makefile.sources
include $(CLEAR_VARS)
+LOCAL_CFLAGS_arm := -DVC4_BUILD_NEON
+
LOCAL_SRC_FILES := \
$(C_SOURCES)