[Numpy-discussion] Solaris Sparc build broken

David Cournapeau david at ar.media.kyoto-u.ac.jp
Thu Nov 5 03:06:06 EST 2009


Charles R Harris wrote:
> Won't work. For alignment, 80 bits is stored in 128 bits on 64 bit
> machines, the same as quad precision.

But AFAIK, the only arch with 80 bits support is Intel, and it does not
support quad precision, so we only really need to support sizeof(long
double) != sizeof(double).

David



More information about the NumPy-Discussion mailing list