root
75509546dd
Reduce Makefile
2015-01-10 14:50:05 +00:00
root
3727e817b9
delete bitboard.cpp
2015-01-10 14:43:34 +00:00
root
bca6a6a033
test.cpp
2015-01-10 14:42:17 +00:00
root
2e9e06fc07
Drop main
2015-01-10 14:39:23 +00:00
root
93cd5d5d60
Simplify
2015-01-10 14:36:34 +00:00
root
eb29c75693
Remove namespace
2015-01-10 14:32:18 +00:00
root
1a99a7df80
Almost there
2015-01-10 14:30:03 +00:00
root
81498ecce4
Reduce
2015-01-10 14:26:06 +00:00
root
aefabaa70f
Reduce
2015-01-10 14:22:16 +00:00
root
7932397ed9
Simplify
2015-01-10 14:19:06 +00:00
root
18d2ca5055
Remove Rank
2015-01-10 14:14:17 +00:00
root
32ff92de2f
Further reduce
2015-01-10 14:10:48 +00:00
root
c091add4fd
Simplify
2015-01-10 14:06:35 +00:00
root
9fbd8f4f72
Further reduce
2015-01-10 14:05:41 +00:00
root
63136b8c68
bitboard.cpp reduce more
2015-01-10 14:04:00 +00:00
root
85e8fd914c
Retire types.h
2015-01-10 14:01:48 +00:00
root
5c9a12f6f1
bitboard.h reduce
2015-01-10 13:54:35 +00:00
root
57e512b7a3
Simplify bitboard.cpp
2015-01-10 13:35:49 +00:00
root
f09d0013e4
Reduce bitboard.h
2015-01-10 13:33:29 +00:00
root
c58c93ae4b
Further reduce bitboard.h
2015-01-10 13:31:45 +00:00
root
9171b8a3de
Reduce bitboard.h
2015-01-10 13:28:37 +00:00
root
80d2d47f7d
Retire bitcount
2015-01-10 13:25:38 +00:00
root
0dca235bb1
Reduce init() more
2015-01-10 13:21:18 +00:00
root
2f7d17bc35
Reduce init() code
2015-01-10 13:19:47 +00:00
root
7df483068d
Remove SquareBB
2015-01-10 13:18:43 +00:00
root
1aa5432cb2
Reduce bitboard.cpp
2015-01-10 12:47:14 +00:00
root
48de70cdb8
Remove copyright
2015-01-10 12:42:25 +00:00
root
0ee389b782
Remove attacks
2015-01-10 12:31:45 +00:00
root
a69619e174
Remove magics
2015-01-10 12:28:12 +00:00
root
1e66854938
Remove more types
2015-01-10 12:21:11 +00:00
root
d8d7be96af
Reduce types.h Remove Value
2015-01-10 12:18:51 +00:00
root
8ed12c577c
Reduce type.h
2015-01-10 12:13:53 +00:00
root
d399001462
Retire FORCE_INLINE
2015-01-10 12:10:49 +00:00
root
460e64667a
Reduce types.h
2015-01-10 12:05:26 +00:00
root
c0fb31cac3
rm misc.h
2015-01-10 11:53:59 +00:00
root
45295d3718
rm platform.h
2015-01-10 11:49:11 +00:00
root
0133d9c108
Platform.h almost done
2015-01-10 11:47:19 +00:00
root
4b7ee6abe5
Further reduce platform.h
2015-01-10 11:45:11 +00:00
root
a0ef833174
reduce platform.h
2015-01-10 11:42:45 +00:00
root
30d4b78096
Remove the last unrelated cpp file
2015-01-10 11:39:00 +00:00
root
379aa35f2c
Remove syzygy sub directory
2015-01-10 11:37:56 +00:00
root
f3cf782beb
Remove more unrelated files
2015-01-10 11:36:44 +00:00
root
ece8f0780f
Remove more files
2015-01-10 11:32:26 +00:00
root
748749dd4a
Removed a bunch of unrelated files
2015-01-10 11:29:53 +00:00
root
0c3bec7e23
Reduced main
2015-01-10 11:16:10 +00:00
Marco Costalba
aea2fde611
Assorted formatting and comment tweaks in position.h
...
No functional change.
2015-01-07 09:09:41 +01:00
lucasart
b73ae56ee1
Tune null search reduction
...
STC
LLR: 2.96 (-2.94,2.94) [-0.50,4.50]
Total: 107289 W: 21851 L: 21325 D: 64113
LTC
LLR: 2.96 (-2.94,2.94) [0.00,5.00]
Total: 83837 W: 14378 L: 13916 D: 55543
Bench: 7604776
Resolves #194
2015-01-05 22:09:12 +00:00
Marco Costalba
3fda064a66
Retire one implementation of pop_lsb()
...
We have two implementations that are equivalent,
so retire one.
Plus usual tidy up of comments and code reshuffle.
No functional change.
2015-01-03 22:16:30 +01:00
lucasart
a6e292034a
Remove a useless optimization
...
This optimization is aimed at old hardware only (withouth popcount), and even on
non popcount compile (ARCH=x86-64), it provides no mesurable speedup:
stat test master diff
mean 2,341,779 2,354,699 -12,920
stdev 12,910 14,770 18,150
speedup -0.55%
P(speedup>0) 23.8%
No functional change.
Resolves #187
2015-01-03 20:40:57 +00:00
Joona Kiiski
c7332d5610
Smoother king safety
...
STC:
LLR: 4.03 (-2.94,2.94) [-1.50,4.50]
Total: 35707 W: 7352 L: 7106 D: 21249
LTC:
LLR: 2.95 (-2.94,2.94) [0.00,4.00]
Total: 24563 W: 4330 L: 4095 D: 16138
Bench: 8411409
Resolves #190
2015-01-03 20:34:20 +00:00