xboard-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [XBoard-devel] [bugs #6908] Node count stops after about 4.3 billion


From: A. Alper ATICI
Subject: Re: [XBoard-devel] [bugs #6908] Node count stops after about 4.3 billion nodes
Date: Tue, 2 Dec 2003 21:09:39 +0200
User-agent: Mutt/1.5.4i

On Tue, Dec 02, 2003 at 08:51:15AM +0100, Daniel Mehrmann wrote:
[...]
> 
> Just take a look to the sourcecode of my engine how it works ;)
> 

I don't think it works that way, you have syntax error  ;-)

But seriously; you should consider a multi-precision integer library to 
deal with very large numbers, GnuPG uses one.

> 
> #ifdef WIN32
>  /* WIN 32 API */
>  #define uint64   unsigned __int64
> #else
>  /* Linux GCC >= 2.7 */
>  #define uint64   unsigned long lomg
> 
> /* Statistik Werte */
> uint64 HT_Hits, HT_Probe, HT_Record, QNodes,
>      Nodes, cuts, pvNodes, killers, QCheck;
> 

-- 

PGP keys @ http://web.ttnet.net.tr/alperatici/anahtar.asc
fpr(S) = DFA9 6619 70C7 400C 1DA8  7BFB 2C56 F3AF B824 F550 
fpr(E) = D314 04FF 7A8C EBE0 68AE  D692 A1B5 A14B C0CD 4D4A





reply via email to

[Prev in Thread] Current Thread [Next in Thread]