Skip to content

Commit

Permalink
Merge pull request #362 from Proudsalsa/hotfix_4ARM
Browse files Browse the repository at this point in the history
hotfix for ARM based systems
  • Loading branch information
adamjw24 authored Mar 1, 2024
2 parents 9c1d567 + 670be26 commit 0ee6977
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/Lib/CommonLib/TypeDef.h
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ namespace vvenc {


#if defined( TARGET_SIMD_X86 ) && !defined( REAL_TARGET_X86 )
# define SIMD_EVERYWHERE_EXTENSION_LEVEL AVX2
# define SIMD_EVERYWHERE_EXTENSION_LEVEL SSE41
#endif

// End of SIMD optimizations
Expand Down

0 comments on commit 0ee6977

Please # to comment.