Mesa (master): android: pass sse4.1 flag as appropriate

Tapani Pälli tpalli at kemper.freedesktop.org
Thu Mar 30 05:03:39 UTC 2017


Module: Mesa
Branch: master
Commit: 36cb2003f12bf5c115eb8bca188008d12b789a0c
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=36cb2003f12bf5c115eb8bca188008d12b789a0c

Author: Harish Krupo <harish.krupo.kps at intel.com>
Date:   Wed Mar 29 04:26:12 2017 +0930

android: pass sse4.1 flag as appropriate

We have functions which depend on sse4.1 support but we didnt pass
the right compile flag for it. This patch fixes it.

Signed-off-by: Kalyan Kondapally <kalyan.kondapally at intel.com>
Signed-off-by: Harish Krupo <harish.krupo.kps at intel.com>
Reviewed-by: Tapani Pälli <tapani.palli at intel.com>

---

 src/mesa/Android.libmesa_sse41.mk | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/mesa/Android.libmesa_sse41.mk b/src/mesa/Android.libmesa_sse41.mk
index 8562da6019..da40f43df6 100644
--- a/src/mesa/Android.libmesa_sse41.mk
+++ b/src/mesa/Android.libmesa_sse41.mk
@@ -33,6 +33,9 @@ LOCAL_MODULE := libmesa_sse41
 LOCAL_SRC_FILES += \
 	$(X86_SSE41_FILES)
 
+LOCAL_CFLAGS := \
+	-msse4.1
+
 LOCAL_C_INCLUDES := \
 	$(MESA_TOP)/src/mapi \
 	$(MESA_TOP)/src/gallium/include \




More information about the mesa-commit mailing list