Re: [Mesa-dev] [PATCH 3/5] meson: Override C++ standard to gnu++11 when building with altivec on ppc64le

2018-12-05 Thread Eric Engestrom
On Tuesday, 2018-12-04 13:52:19 -0800, Dylan Baker wrote: > Otherwise there will be symbol collisions for the vector name. > > Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=108943 > Fixes: 34bbb24ce7702658cdc4e9d34a650e169716c39e >("meson: Add support for ppc

[Mesa-dev] [PATCH 3/5] meson: Override C++ standard to gnu++11 when building with altivec on ppc64le

2018-12-04 Thread Dylan Baker
Otherwise there will be symbol collisions for the vector name. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=108943 Fixes: 34bbb24ce7702658cdc4e9d34a650e169716c39e ("meson: Add support for ppc assembly/optimizations") --- meson.build | 12