Computer Chess Club Archives


Search

Terms

Messages

Subject: Small Improvement

Author: Gerd Isenberg

Date: 08:32:26 12/18/02

Go up one level in this thread


openPawns[WHITE] = pawnBB[WHITE] & ~filldown(allPawns >> 8);
passedPawns[WHITE] = openPawns[WHITE] & ~filldown(pawnAttacks[BLACK]);

Safes on 64-bit or, because only pawnAttacks are necessary for already "open"
pawns.



This page took 0 seconds to execute

Last modified: Thu, 15 Apr 21 08:11:13 -0700

Current Computer Chess Club Forums at Talkchess. This site by Sean Mintz.