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.
This commit is contained in:
Matt Turner 2017-07-14 22:01:11 -07:00
parent 6b05c080f2
commit 5ffe0c9e1b
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ AM_CFLAGS = \
$(VISIBILITY_CFLAGS) \
$(LIBDRM_CFLAGS) \
$(VALGRIND_CFLAGS) \
-msse3
-msse2
AM_CXXFLAGS = $(AM_CFLAGS)