build: Use Visual Studio-specific flags for AVX
Needed for now, but unstable-simd is likely a better fix for all our SIMD building.
This commit is contained in:
@ -177,8 +177,8 @@ if have_x86
|
||||
],
|
||||
dependencies: common_deps,
|
||||
include_directories: webrtc_inc,
|
||||
c_args: common_cflags + apm_flags + ['-mavx2', '-mfma'],
|
||||
cpp_args: common_cxxflags + apm_flags + ['-mavx2', '-mfma']
|
||||
c_args: common_cflags + apm_flags + avx_flags,
|
||||
cpp_args: common_cxxflags + apm_flags + avx_flags
|
||||
)
|
||||
]
|
||||
endif
|
||||
|
Reference in New Issue
Block a user