Bug 1061339 - Part 2: Build AVX code on all Windows build. r=rillian, r=ted

This commit is contained in:
Makoto Kato 2015-02-16 23:10:00 -05:00
parent fcc34bf07a
commit 911ef245b5

View File

@ -42,8 +42,8 @@ if CONFIG['VPX_X86_ASM']:
SOURCES += files['X86-64_ASM']
# AVX2 only supported on
# Darwin and mingw toolchains right now
if CONFIG['OS_TARGET'] == 'Darwin' or (CONFIG['OS_TARGET'] == 'WINNT' and CONFIG['GNU_CC']):
# Darwin and Windows toolchains right now
if CONFIG['OS_TARGET'] in ('Darwin', 'WINNT'):
SOURCES += files['AVX2']
#postproc is only enabled on x86 with asm