]> granicus.if.org Git - libvpx/commitdiff
vsx: disable on all builds
authorJohann <johannkoenig@google.com>
Thu, 20 Jun 2019 17:43:09 +0000 (10:43 -0700)
committerJohann <johannkoenig@google.com>
Thu, 20 Jun 2019 17:43:09 +0000 (10:43 -0700)
The previous change to disable some vsx functions did not clear
the test failures. Disable vsx by default until it is investigated
and fixed.

BUG=webm:1522

Change-Id: I8ba2e7261ea3eee5022832da7e4a22bf8daa0996

build/make/configure.sh

index 4a874f151ef12b7965e602957bd7c2e672e27fe3..472e7dea7b15b950321fd38522c5f65e41b42946 100644 (file)
@@ -1239,9 +1239,8 @@ EOF
     ppc64le*)
       link_with_cc=gcc
       setup_gnu_toolchain
-      # Only enable vsx optimizations when vp9_highbitdepth is not enabled.
-      # https://bugs.chromium.org/p/webm/issues/detail?id=1538
-      enabled vp9_highbitdepth || check_gcc_machine_option "vsx"
+      # Do not enable vsx by default.
+      # https://bugs.chromium.org/p/webm/issues/detail?id=1522
       enabled vsx || RTCD_OPTIONS="${RTCD_OPTIONS}--disable-vsx "
       if [ -n "${tune_cpu}" ]; then
         case ${tune_cpu} in