Mesa (master): i965: Compile with -msse2 (instead of -msse2)

Matt Turner mattst88 at kemper.freedesktop.org
Sat Jul 15 05:02:19 UTC 2017


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

Author: Matt Turner <mattst88 at gmail.com>
Date:   Fri Jul 14 22:01:11 2017 -0700

i965: Compile with -msse2 (instead of -msse2)

Ian noted that were were two Pentium 4 Extreme Edition LGA 775 CPUs, and
they only have SSE2.

---

 src/mesa/drivers/dri/i965/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mesa/drivers/dri/i965/Makefile.am b/src/mesa/drivers/dri/i965/Makefile.am
index 9293820c21..7ef4e79683 100644
--- a/src/mesa/drivers/dri/i965/Makefile.am
+++ b/src/mesa/drivers/dri/i965/Makefile.am
@@ -43,7 +43,7 @@ AM_CFLAGS = \
 	$(VISIBILITY_CFLAGS) \
 	$(LIBDRM_CFLAGS) \
 	$(VALGRIND_CFLAGS) \
-	-msse3
+	-msse2
 
 AM_CXXFLAGS = $(AM_CFLAGS)
 




More information about the mesa-commit mailing list