]> granicus.if.org Git - libvpx/commit
vs/armv7: use -oldit armasm flag
authorJames Zern <jzern@google.com>
Fri, 5 Jun 2015 22:21:10 +0000 (15:21 -0700)
committerJames Zern <jzern@google.com>
Fri, 5 Jun 2015 22:21:10 +0000 (15:21 -0700)
commit5908e0b6648350ef292f11364463c84da891e273
treea3495a8547deef889b4a56a2b1ef9aee8769b2b9
parent9c6eea35b6bb4c1243504a5d1c45c1c334110279
vs/armv7: use -oldit armasm flag

this quiets warnings from armv6 code [1].
from msdn [2]:
-oldit
Generate ARMv7-style IT blocks. By default, ARMv8-compatible IT blocks
are generated.

a new configuration would be needed for armv8 in any case as the neon
assembly is being built, so removing this should be harmless

[1] A4509: This form of conditional instruction is deprecated
[2] https://msdn.microsoft.com/en-us/library/hh873189.aspx

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