mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 22:01:30 +00:00
Bug 1061339
- Part 2: Build AVX code on all Windows build. r=rillian, r=ted
This commit is contained in:
parent
fcc34bf07a
commit
911ef245b5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user