Skip to content

Commit

Permalink
Merge pull request #592 from aqrit/bsf
Browse files Browse the repository at this point in the history
Tweak MSVC ifdef guard for _BitScanForward64
  • Loading branch information
jserv committed Apr 5, 2023
2 parents 9f3fa05 + c34c9e1 commit 44d1d68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sse2neon.h
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
#ifdef _MSC_VER
#include <intrin.h>
#if (defined(_M_AMD64) || defined(__x86_64__)) || \
(defined(_M_ARM) || defined(__arm__))
(defined(_M_ARM64) || defined(__arm64__))
#define SSE2NEON_HAS_BITSCAN64
#endif
#endif
Expand Down

0 comments on commit 44d1d68

Please sign in to comment.