Guest User

lcevcdec remove avx patch

a guest
Dec 30th, 2024
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 1.16 KB | Source Code | 0 0
  1. --- a/cmake/modules/Compiler/ClangApple.cmake
  2. +++ b/cmake/modules/Compiler/ClangApple.cmake
  3. @@ -10,7 +10,7 @@
  4.  # EXCLUSION OF PATENT LICENSES PROVISION OF THE BSD-3-CLAUSE-CLEAR LICENSE.
  5.  
  6.  if(TARGET_ARCH MATCHES "^x86")
  7. -    target_compile_options(lcevc_dec::compiler INTERFACE -mavx)
  8. +    #target_compile_options(lcevc_dec::compiler INTERFACE -mavx)
  9.  endif()
  10.  
  11.  target_compile_options(
  12. --- a/cmake/modules/Compiler/ClangGNU.cmake
  13. +++ b/cmake/modules/Compiler/ClangGNU.cmake
  14. @@ -10,7 +10,7 @@
  15.  # EXCLUSION OF PATENT LICENSES PROVISION OF THE BSD-3-CLAUSE-CLEAR LICENSE.
  16.  
  17.  if(TARGET_ARCH MATCHES "^x86")
  18. -    target_compile_options(lcevc_dec::compiler INTERFACE -mavx)
  19. +    #target_compile_options(lcevc_dec::compiler INTERFACE -mavx)
  20.  endif()
  21.  
  22.  if(TARGET_ARCH STREQUAL "wasm")
  23. --- a/cmake/modules/Compiler/GNU.cmake
  24. +++ b/cmake/modules/Compiler/GNU.cmake
  25. @@ -10,7 +10,7 @@
  26.  # EXCLUSION OF PATENT LICENSES PROVISION OF THE BSD-3-CLAUSE-CLEAR LICENSE.
  27.  
  28.  if(TARGET_ARCH MATCHES "^x86")
  29. -    target_compile_options(lcevc_dec::compiler INTERFACE -mavx)
  30. +    #target_compile_options(lcevc_dec::compiler INTERFACE -mavx)
  31.  endif()
  32.  
  33.  if(VN_SDK_COVERAGE)
  34.  
Tags: lcevcdec
Advertisement
Add Comment
Please, Sign In to add comment