DroidFish: Build native code for all platforms supported by the NDK.

This commit is contained in:
Peter Osterlund
2014-10-21 19:46:10 +00:00
parent 782fb97ae4
commit dd91100779
6 changed files with 14 additions and 8 deletions

View File

@@ -283,8 +283,8 @@ namespace {
occupancy[size] = b;
reference[size] = sliding_attack(deltas, s, b);
if (HasPext)
attacks[s][_pext_u64(b, masks[s])] = reference[size];
// if (HasPext)
// attacks[s][_pext_u64(b, masks[s])] = reference[size];
size++;
b = (b - masks[s]) & masks[s];