On Thu, Nov 20, 2008 at 2:29 AM, David Cournapeau <[EMAIL PROTECTED]>wrote:

> On Thu, Nov 20, 2008 at 6:14 PM, Hoyt Koepke <[EMAIL PROTECTED]> wrote:
>
> >
> > I believe the logs I attached (or rather linked to) don't involve
> > atlas or lapack or any compiler flags.
>
> Ah, yes, sorry, I missed the build.log one. The only thing which
> surprises me a bit is the size of long double (I have never seen it to
> be 16 bytes on Linux, but in theory, it should not matter as long as


I believe that's normal on 64 bit machines - long doubles are filled out in
the natural word size. Thus 80 goes to 64 + 32 on 32 bit machines, 64 + 64
on 64 bit machines.

Chuck
_______________________________________________
Numpy-discussion mailing list
[email protected]
http://projects.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to