i965: Compile with -msse2 (instead of -msse2)
authorMatt Turner <mattst88@gmail.com>
Sat, 15 Jul 2017 05:01:11 +0000 (22:01 -0700)
committerMatt Turner <mattst88@gmail.com>
Sat, 15 Jul 2017 05:01:11 +0000 (22:01 -0700)
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

index 9293820..7ef4e79 100644 (file)
@@ -43,7 +43,7 @@ AM_CFLAGS = \
        $(VISIBILITY_CFLAGS) \
        $(LIBDRM_CFLAGS) \
        $(VALGRIND_CFLAGS) \
-       -msse3
+       -msse2
 
 AM_CXXFLAGS = $(AM_CFLAGS)