mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 04:38:03 +02:00
anv: fix building on i686 with -mcpu=generic
mcpu=generic doesn't enable sse2, and anvil definitly needs it Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
This commit is contained in:
parent
2ef7aef322
commit
6c952d8ac7
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,7 @@ AM_CPPFLAGS = \
|
|||
-I$(top_builddir)/src/compiler/nir \
|
||||
-I$(top_builddir)/src/intel
|
||||
|
||||
libvulkan_intel_la_CFLAGS = $(CFLAGS) -Wno-override-init
|
||||
libvulkan_intel_la_CFLAGS = $(CFLAGS) -Wno-override-init -msse2
|
||||
|
||||
VULKAN_SOURCES = \
|
||||
anv_allocator.c \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue