Re: [FFmpeg-devel] [PATCH] configure: enable vsx together with altivec for ppc64el

2015-01-09 Thread Michael Niedermayer
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. >

[FFmpeg-devel] [PATCH] configure: enable vsx together with altivec for ppc64el

2015-01-09 Thread Andreas Cadhalpun
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