On Fri, Jan 09, 2015 at 05:43:32PM +0100, Andreas Cadhalpun wrote:
> Hi,
>
> attached patch should fix the test failures on ppc64el [1].
>
> Since the altivec optimizations for ppc64el use vsx functions like
> vec_vsx_ld, it doesn't make sense to disable vsx if altivec is
> enabled on ppc64el.
>
Hi,
attached patch should fix the test failures on ppc64el [1].
Since the altivec optimizations for ppc64el use vsx functions like
vec_vsx_ld, it doesn't make sense to disable vsx if altivec is enabled
on ppc64el.
I tried to test this on qemu/ppc64el, but the linker segfaulted...
Best regar