[Numpy-discussion] test for long double support

Pauli Virtanen pav at iki.fi
Wed Sep 15 04:38:17 EDT 2010


> Also look at CPython's objimpl.h, union _gc_head, you will see an
> unprotected usage of 'long double', so it seems that CPython requires
> that the C compiler to support 'long double'.

Long double is IIRC in C89, so compiler support is probably not a problem nowadays.

-- 
Pauli Virtanen



More information about the NumPy-Discussion mailing list