[Numpy-discussion] Re: Trying out Numeric3

Robert Kern rkern at ucsd.edu
Wed Mar 23 08:36:35 EST 2005


David M. Cooke wrote:

> An array of longs would seem to be the best solution. On the two
> 64-bit platforms I have access to (an Athlon 64 and some Alphas),
> sizeof(long) == 8, while my two 32-bit platforms (Intel x86 and
> PowerPC) have sizeof(long) == 4.

I'm not terribly caught up on 64-bit computing, but I believe that 
64-bit Windows doesn't (won't? I haven't paid attention) make longs 64-bit.

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/win64/win64/abstract_data_models.asp

-- 
Robert Kern
rkern at ucsd.edu

"In the fields of hell where the grass grows high
  Are the graves of dreams allowed to die."
   -- Richard Harter




More information about the NumPy-Discussion mailing list