On 9/5/07, Vincent Broman <broman@spawar.navy.mil> wrote:
Harris asked about long doubles.
On my YDL, SIZEOF_LONG_DOUBLE and sizeof( long double) were both 8.
Hmm, so long doubles are just doubles, I kinda suspected that. I'm not really familiar with this code, but what happens if you go to numpy/numpy/core/include/numpy/ndarrayobject.h and change the double in line 84 to long double?
Chuck.