Computer Chess Club Archives


Search

Terms

Messages

Subject: Re: questions about using popcount function to count bitboard

Author: Gerd Isenberg

Date: 13:05:34 01/10/03

Go up one level in this thread


and don't forgot this one ;-)

__forceinline
int /* bool*/ PopCountIsGreaterOne(BitBoard bb)	{
	return ( bb & (bb - 1) ) != 0;}



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.