mirror of
https://github.com/sockspls/badfish
synced 2025-04-29 16:23:09 +00:00
Fix Windows 64 build
Broken by previous patch. No functional change. Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
parent
f4dadee5e2
commit
fb4b4f772e
1 changed files with 1 additions and 0 deletions
|
@ -65,6 +65,7 @@ typedef unsigned __int64 uint64_t;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(_WIN64)
|
#if defined(_WIN64)
|
||||||
|
# include <intrin.h> // MSVC popcnt and bsfq instrinsics
|
||||||
# define IS_64BIT
|
# define IS_64BIT
|
||||||
# define USE_BSFQ
|
# define USE_BSFQ
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Reference in a new issue