shithub: libvpx

Download patch

ref: 77ed11c5065efa80fd4b83de9000d6a169d67765
parent: 4a742e5c7987e2a57d5b8432f3be310a5a4eafb4
parent: 06ce0d8830a0a7c738c73cbdd6f98ae38d6f5ec0
author: Johann <johannkoenig@google.com>
date: Fri Mar 4 00:59:31 EST 2011

Merge "change CFLAGS for 64 bit icc builds"

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