mirror of
https://github.com/peterosterlund2/droidfish.git
synced 2025-12-17 19:22:18 +01:00
DroidFish: Build native code for all platforms supported by the NDK.
This commit is contained in:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user