Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --- a/cmake/modules/Compiler/ClangApple.cmake
- +++ b/cmake/modules/Compiler/ClangApple.cmake
- @@ -10,7 +10,7 @@
- # EXCLUSION OF PATENT LICENSES PROVISION OF THE BSD-3-CLAUSE-CLEAR LICENSE.
- if(TARGET_ARCH MATCHES "^x86")
- - target_compile_options(lcevc_dec::compiler INTERFACE -mavx)
- + #target_compile_options(lcevc_dec::compiler INTERFACE -mavx)
- endif()
- target_compile_options(
- --- a/cmake/modules/Compiler/ClangGNU.cmake
- +++ b/cmake/modules/Compiler/ClangGNU.cmake
- @@ -10,7 +10,7 @@
- # EXCLUSION OF PATENT LICENSES PROVISION OF THE BSD-3-CLAUSE-CLEAR LICENSE.
- if(TARGET_ARCH MATCHES "^x86")
- - target_compile_options(lcevc_dec::compiler INTERFACE -mavx)
- + #target_compile_options(lcevc_dec::compiler INTERFACE -mavx)
- endif()
- if(TARGET_ARCH STREQUAL "wasm")
- --- a/cmake/modules/Compiler/GNU.cmake
- +++ b/cmake/modules/Compiler/GNU.cmake
- @@ -10,7 +10,7 @@
- # EXCLUSION OF PATENT LICENSES PROVISION OF THE BSD-3-CLAUSE-CLEAR LICENSE.
- if(TARGET_ARCH MATCHES "^x86")
- - target_compile_options(lcevc_dec::compiler INTERFACE -mavx)
- + #target_compile_options(lcevc_dec::compiler INTERFACE -mavx)
- endif()
- if(VN_SDK_COVERAGE)
Advertisement
Add Comment
Please, Sign In to add comment