projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6b05c08
)
i965: Compile with -msse2 (instead of -msse2)
author
Matt Turner
<mattst88@gmail.com>
Sat, 15 Jul 2017 05:01:11 +0000
(22:01 -0700)
committer
Matt 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
patch
|
blob
|
history
diff --git
a/src/mesa/drivers/dri/i965/Makefile.am
b/src/mesa/drivers/dri/i965/Makefile.am
index 9293820c217e4df75e40d27def0bef077343bb4f..7ef4e7968320e8e716ef89e2a71195abbb1192ac 100644
(file)
--- 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) \
- -msse
3
+ -msse
2
AM_CXXFLAGS = $(AM_CFLAGS)