shithub: libvpx

Download patch

ref: 437f63144aa5e885c387ff678c38fedcb088ec79
parent: 831d72ac5f21ea53d4a466f411fd9b6a5af605fc
author: Jim Bankoski <jimbankoski@google.com>
date: Thu Sep 26 07:54:57 EDT 2013

intel compiler build no longer supports -axSSE2 or -no-prec-div

Change-Id: Id129cf4021903c554ffdc57bf13df9fbb98f800e

--- a/build/make/configure.sh
+++ b/build/make/configure.sh
@@ -1062,7 +1062,7 @@
                 setup_gnu_toolchain
                 add_cflags -use-msasm -use-asm
                 add_ldflags -i-static
-                enabled x86_64 && add_cflags -ipo -no-prec-div -static -xSSE2 -axSSE2
+                enabled x86_64 && add_cflags -ipo -static -O3
                 enabled x86_64 && AR=xiar
                 case ${tune_cpu} in
                     atom*)