Skip to content

Commit

Permalink
Fix #331 (#332)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjw24 authored Nov 20, 2023
1 parent 2217e10 commit c0e8153
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/Lib/CommonLib/CommonDef.h
Original file line number Diff line number Diff line change
Expand Up @@ -672,7 +672,7 @@ static inline unsigned int bit_scan_reverse( int a )
}
#endif

#if ENABLE_SIMD_LOG2
#if ENABLE_SIMD_LOG2 && defined( TARGET_SIMD_X86 )
static inline int floorLog2( int val )
{
CHECKD(val == 0, "invalid input value");
Expand Down

0 comments on commit c0e8153

Please sign in to comment.