mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-05 07:18:39 +09:00
Add support for SSE 4.2 to libaom moz.build
This commit is contained in:
parent
760b6c7d25
commit
bb61121b44
1 changed files with 2 additions and 0 deletions
|
|
@ -100,6 +100,8 @@ if CONFIG['CLANG_CL'] or not CONFIG['_MSC_VER']:
|
|||
SOURCES[f].flags += ['-mssse3']
|
||||
elif f.endswith('sse4.c'):
|
||||
SOURCES[f].flags += ['-msse4.1']
|
||||
elif f.endswith('sse42.c'):
|
||||
SOURCES[f].flags += ['-msse4.2']
|
||||
elif f.endswith('avx.c'):
|
||||
SOURCES[f].flags += ['-mavx']
|
||||
elif f.endswith('avx2.c'):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue