Commit 04f00022 authored by Michael Niedermayer's avatar Michael Niedermayer

configure: Disable VSX on unspecified / generic CPUs

Fixes fate tests on PPC64be
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent e7adb02d
......@@ -4033,6 +4033,9 @@ elif enabled ppc; then
disable altivec
disable dcbzl
;;
*)
disable vsx
;;
esac
elif enabled sparc; then
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment