Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
beats-dh committed Sep 29, 2024
1 parent d68524c commit e05caee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/simd.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,5 @@ __forceinline unsigned int mm_ctz(unsigned int value) {
return static_cast<unsigned int>(i);
}
#else
#define _mm_ctz __builtin_ctz
#define mm_ctz __builtin_ctz
#endif

0 comments on commit e05caee

Please sign in to comment.