i965: Update a ton of comments about constant buffers.
[mesa.git] / src / mesa / Android.libmesa_dricore.mk
index 1332ebf68c1eedc1ee25348ccf883111ca62bc17..217f6498a79f1a8155f43f05a2c33c2627f43180 100644 (file)
@@ -47,6 +47,11 @@ ifeq ($(TARGET_ARCH),x86)
 endif # x86
 endif # MESA_ENABLE_ASM
 
+ifeq ($(ARCH_X86_HAVE_SSE4_1),true)
+LOCAL_SRC_FILES += \
+       $(SRCDIR)main/streaming-load-memcpy.c
+endif
+
 LOCAL_C_INCLUDES := \
        $(call intermediates-dir-for STATIC_LIBRARIES,libmesa_program,,) \
        $(MESA_TOP)/src/mapi \