Re: [Mesa-dev] [PATCH] anv: fix building on i686 with -mcpu=generic

2016-04-20 Thread Jason Ekstrand
Pushed! On Sat, Apr 16, 2016 at 9:52 PM, Jason Ekstrand wrote: > Reviewed-by: Jason Ekstrand > On Apr 16, 2016 12:50 PM, "Laurent Carlier" wrote: > >> mcpu=generic doesn't enable sse2, and anvil definitly needs it >> --- >>

Re: [Mesa-dev] [PATCH] anv: fix building on i686 with -mcpu=generic

2016-04-16 Thread Jason Ekstrand
Reviewed-by: Jason Ekstrand On Apr 16, 2016 12:50 PM, "Laurent Carlier" wrote: > mcpu=generic doesn't enable sse2, and anvil definitly needs it > --- > src/intel/vulkan/Makefile.am | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff

[Mesa-dev] [PATCH] anv: fix building on i686 with -mcpu=generic

2016-04-16 Thread Laurent Carlier
mcpu=generic doesn't enable sse2, and anvil definitly needs it --- src/intel/vulkan/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/intel/vulkan/Makefile.am b/src/intel/vulkan/Makefile.am index cba6671..a84be72 100644 --- a/src/intel/vulkan/Makefile.am +++