mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 13:28:06 +02:00
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:
parent
6b05c080f2
commit
5ffe0c9e1b
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ AM_CFLAGS = \
|
|||
$(VISIBILITY_CFLAGS) \
|
||||
$(LIBDRM_CFLAGS) \
|
||||
$(VALGRIND_CFLAGS) \
|
||||
-msse3
|
||||
-msse2
|
||||
|
||||
AM_CXXFLAGS = $(AM_CFLAGS)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue