зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1504017: Enable building libwebp's NEON code in clang-cl builds. r=froydnj
--HG-- extra : rebase_source : a0808dee8a6fe9bc16b330a234089ef2a301bf27
This commit is contained in:
Родитель
0f214b6b1d
Коммит
f2a2531cf6
|
@ -36,8 +36,7 @@ if CONFIG['CPU_ARCH'] == 'arm' and CONFIG['BUILD_ARM_NEON']:
|
|||
for f in SOURCES:
|
||||
if f.endswith('neon.c'):
|
||||
SOURCES[f].flags += CONFIG['NEON_FLAGS']
|
||||
elif CONFIG['CPU_ARCH'] == 'aarch64' and CONFIG['OS_ARCH'] != 'WINNT':
|
||||
# Bug 1504017 tracks re-enabling this for Windows.
|
||||
elif CONFIG['CPU_ARCH'] == 'aarch64' and CONFIG['CC_TYPE'] != 'msvc':
|
||||
SOURCES += [
|
||||
'alpha_processing_neon.c',
|
||||
'dec_neon.c',
|
||||
|
|
Загрузка…
Ссылка в новой задаче