From: Jim Bankoski Date: Thu, 26 Sep 2013 18:54:57 +0000 (-0700) Subject: intel compiler build no longer supports -axSSE2 or -no-prec-div X-Git-Tag: v1.3.0~389^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=437f63144aa5e885c387ff678c38fedcb088ec79;p=libvpx intel compiler build no longer supports -axSSE2 or -no-prec-div Change-Id: Id129cf4021903c554ffdc57bf13df9fbb98f800e --- diff --git a/build/make/configure.sh b/build/make/configure.sh index bb7ab4110..f3610218b 100755 --- a/build/make/configure.sh +++ b/build/make/configure.sh @@ -1062,7 +1062,7 @@ EOF 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*)