projects
/
fairystockfish.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
f4dadee
)
Fix Windows 64 build
author
Marco Costalba
<mcostalba@gmail.com>
Fri, 30 Dec 2011 23:11:49 +0000 (
00:11
+0100)
committer
Marco Costalba
<mcostalba@gmail.com>
Sat, 31 Dec 2011 07:48:16 +0000 (08:48 +0100)
Broken by previous patch.
No functional change.
Signed-off-by: Marco Costalba <mcostalba@gmail.com>
src/types.h
patch
|
blob
|
history
diff --git
a/src/types.h
b/src/types.h
index
9079380
..
5c9fed8
100644
(file)
--- a/
src/types.h
+++ b/
src/types.h
@@
-65,6
+65,7
@@
typedef unsigned __int64 uint64_t;
#endif
#if defined(_WIN64)
+# include <intrin.h> // MSVC popcnt and bsfq instrinsics
# define IS_64BIT
# define USE_BSFQ
#endif