shithub: libvpx

Download patch

ref: 931c34e955f47050d5449277882a6e5c2a11a572
parent: 3c465af2ab51878709fea3bd7b090ddf07064632
parent: 437f63144aa5e885c387ff678c38fedcb088ec79
author: Erik Niemeyer <erik.a.niemeyer@gmail.com>
date: Thu Sep 26 12:11:12 EDT 2013

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

--- 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*)