]> granicus.if.org Git - libvpx/commit
Adjust icc compiler options
authorYunqing Wang <yunqingwang@google.com>
Sat, 12 Oct 2013 01:57:22 +0000 (18:57 -0700)
committerYunqing Wang <yunqingwang@google.com>
Sat, 12 Oct 2013 03:17:59 +0000 (20:17 -0700)
commit51af8a5103ed0c1eccce95efceb0c0fc99cc0df3
tree7a32db32fcd7056a91c612c0cd3d9fa158da75f9
parent57b97b56f636f32b3bd20b4595ab368de8d859cf
Adjust icc compiler options

"-no-prec-div" option helps codec performance, so it was added back.
"-no-intel-extensions" was added to suppress link warning #10237.
option '-use-asm' is deprecated and removed.

Tested icc 32bit build and 64bit build.

Change-Id: I736ec2619857efd425ef76338dc52f8fbc0bcc7e
build/make/configure.sh