March 25, 2011
1:50 p.m.
Fri, 25 Mar 2011 13:40:54 +0100, Sturla Molden wrote:
Den 25.03.2011 13:33, skrev Pauli Virtanen:
That npy_intp will not be redefined as ssize_t does not mean that the type of array indices could not be changed.
By the way, what is the resonable array index for AMD64, where 32-bit is the native offset size but size_t is 64 bit?
Well, whatever the address space is. Since 64-bit programs on amd64 have in principle 64 bits of address space, size_t should be OK. Pauli