Computer Chess Club Archives


Search

Terms

Messages

Subject: Re: SSE2-Intrinsic Wrapper - Source Code

Author: Gerd Isenberg

Date: 07:12:26 10/08/03

Go up one level in this thread


On October 08, 2003 at 09:55:19, Daniel Clausen wrote:

>On October 08, 2003 at 09:50:34, Gerd Isenberg wrote:
>
>>Comments and suggestions welcome.
>
>Vowels in class names. :)

oups, where?

If you mean that one (same "grafic" characters),

const char CDblBB::binDigit[2] = { '°','\333'};	// { '0','1'};

better use that one

const char CDblBB::binDigit[2] = {'0','1'};

for printing bitboards.

Gerd

>
>Sargon



This page took 0.01 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.