Computer Chess Club Archives


Search

Terms

Messages

Subject: Re: Why is a 64 bit processor better than a 32 bit processor?

Author: Vincent Diepeveen

Date: 13:17:40 05/17/02

Go up one level in this thread


On May 16, 2002 at 14:05:53, J. C. Boco wrote:

>On May 15, 2002 at 05:09:59, Michael Vox wrote:
>
>>Has anyone heard or care to make a prediction when Intel will be able to mass
>>produce a 64 bit CPU?
>>
>>It would seem this is the next big step in home use CPUs.
>>
>>I have heard that by 2005 CPUs will be running at 30 ghz. What will be the cause
>>of such a dramatic jump from 2.2 ghz to 30 ghz in just three years or so?
>
>
>Can someone explain to me why a 64 bit is better than a 32 bit processor?

32 bits means that a value goes till 2^31-1 or say something like 2 billion.

If you work with numbers above 2 billion, then 64 bits is useful to
some extend.

In chess i work with things like pawn = 1000 points, knight = 3500 points.

So i do not get close to 2 billion soon. So for DIEP there is not much
advantage in 64 bits. 32 bits is plenty for me.

Note that for business applications which work with numbers, there is
a special part of the processor which is 80 bits. It is the FPU, or
floating point unit. It is doing math only. Nowadays this part gets
sold as 'mmx', after they extended it a bit. AMD might extend it even
a bit further than just mmx to a full 64 bits co-processor.

So for companies there is not much interesting in getting a 64 bits
processor either.

The ones who need a 64 bits processor are guys like Bob who rewrote their
chessprogram to something making use of big numbers, exactly 64 bits numbers.

Perhaps i can find a reason why i need to drive a mercedes instead of an
opel corsa :)

Anyway, crafty has advantage with 64 bits processors. I do not.

Best regards,
Vincent



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.