[Numpy-discussion] floating point exception weirdness
Todd Miller
jmiller at stsci.edu
Wed Nov 3 05:46:44 CST 2004
Thanks for the update Andrew. This is in CVS now.
Regards,
Todd
On Tue, 2004-11-02 at 11:58, Andrew Straw wrote:
> I hunted down the error and modified Doc/INSTALL.txt (patch below,
> please modify numarray sources) to indicate that the problem is not
> confined to Fedora Core1 but to any i386 linux with libc < 2.3.3 and
> SSE-using code.
>
> With my newly patched and compiled libc, my system runs great, and no
> more mysterious Floating Point Exceptions!
>
> Cheers!
> Andrew
>
> Index: Doc/INSTALL.txt
> ===================================================================
> RCS file: /cvsroot/numpy/numarray/Doc/INSTALL.txt,v
> retrieving revision 1.9
> diff -r1.9 INSTALL.txt
> 209,212c209,212
> < 1. Fedora Core1 -- if compiling against GNU libc on i386 and enabling
> < SSE processor functions (with something like "-march=athlon-xp") then
> < libc versions above 2.3.3 will be needed.
> <
> ---
> > 1. i386 linux -- if compiling against GNU libc on i386 and enabling
> > SSE processor functions (with something like "-march=athlon-xp" or
> > using other libraries that utilize SSE such as atlas or Intel IPP)
> > then libc version 2.3.3 or above will be needed.
>
>
>
> -------------------------------------------------------
> This SF.Net email is sponsored by:
> Sybase ASE Linux Express Edition - download now for FREE
> LinuxWorld Reader's Choice Award Winner for best database on Linux.
> http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
> _______________________________________________
> Numpy-discussion mailing list
> Numpy-discussion at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/numpy-discussion
--
More information about the Numpy-discussion
mailing list