Author: Adriano Bedeschi de Souza
Date: 05:00:19 06/18/02
Go up one level in this thread
On June 18, 2002 at 00:57:35, Dann Corbit wrote:
>Maybe something like this instead:
>unsigned long long p2[] = {
> 0x1,
> 0x2,
> 0x4,
> 0x8,
> 0x10,
> 0x20,
> 0x40,
> 0x80,
> 0x100,
> 0x200,
> 0x400,
> 0x800,
> 0x1000,
> 0x2000,
> 0x4000,
> 0x8000,
> 0x10000,
> 0x20000,
> 0x40000,
> 0x80000,
> 0x100000,
> 0x200000,
> 0x400000,
> 0x800000,
> 0x1000000,
> 0x2000000,
> 0x4000000,
> 0x8000000,
> 0x10000000,
> 0x20000000,
> 0x40000000,
> 0x80000000,
> 0x100000000,
> 0x200000000,
> 0x400000000,
> 0x800000000,
> 0x1000000000,
> 0x2000000000,
> 0x4000000000,
> 0x8000000000,
> 0x10000000000,
> 0x20000000000,
> 0x40000000000,
> 0x80000000000,
> 0x100000000000,
> 0x200000000000,
> 0x400000000000,
> 0x800000000000,
> 0x1000000000000,
> 0x2000000000000,
> 0x4000000000000,
> 0x8000000000000,
> 0x10000000000000,
> 0x20000000000000,
> 0x40000000000000,
> 0x80000000000000,
> 0x100000000000000,
> 0x200000000000000,
> 0x400000000000000,
> 0x800000000000000,
> 0x1000000000000000,
> 0x2000000000000000,
> 0x4000000000000000,
> 0x8000000000000000
>};
Already done! Now i reach 3,5KN/s ! =)
Now iam having problems with the LSB function (its poorly coded, actually in the
poorest way =)
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.