gen_msvs_vcxproj.sh: Add /arch:AVX for files using AVX.
authorTom Finegan <tomfinegan@google.com>
Tue, 11 Feb 2014 01:26:03 +0000 (17:26 -0800)
committerTom Finegan <tomfinegan@google.com>
Wed, 12 Feb 2014 22:22:36 +0000 (14:22 -0800)
commit7836e3a5d7917ff37f83829391e47c0f2d15c6b7
tree1ab8f247e7a8368b32c3dfbe2b80c7275f61d3e4
parentfffb3be7658ad3c79f79bc69470454aa69f82b73
gen_msvs_vcxproj.sh: Add /arch:AVX for files using AVX.

Turns on AVX when the final characters of .c and .cc file names preceding the
.c and .cc file extension contain the substrings avx or avx2. This silences
many MSVC warnings issued during compilation files that use AVX.

Change-Id: I82bda394af7a688679abab2a50dd7e10b3cb0c7a
build/make/gen_msvs_vcxproj.sh