st/mesa: inline st_free_tokens
[mesa.git] / src / mesa / Android.libmesa_st_mesa.mk
index e486e1a8c3b10e85628f6c152732a2b22358efaa..a08366d53eb6886938e024c769e14ff840e18251 100644 (file)
@@ -46,6 +46,11 @@ ifeq ($(TARGET_ARCH),x86)
 endif # x86
 endif # MESA_ENABLE_ASM
 
+ifeq ($(ARCH_X86_HAVE_SSE4_1),true)
+LOCAL_CFLAGS := \
+       -DUSE_SSE41
+endif
+
 LOCAL_C_INCLUDES := \
        $(call intermediates-dir-for STATIC_LIBRARIES,libmesa_program,,) \
        $(MESA_TOP)/src/gallium/auxiliary \