[SciPy-user] scipy on old CPU crashes

David Cournapeau cournape at gmail.com
Wed Dec 3 02:06:04 EST 2008


On Tue, Dec 2, 2008 at 11:52 PM, David Cournapeau <cournape at gmail.com> wrote:
> On Tue, Dec 2, 2008 at 4:36 PM, oyster <lepto.python at gmail.com> wrote:
>> sorry, but scipy-0.7.0b1-win32-superpack-python2.4.exe and
>> numpy-1.2.1-win32-superpack-python2.4.exe crash on my old pc too,
>> which uses duron 750MHz. So now I think it is not the problem with
>> non-sse/sse/sse2 instruction
>>
>

Ok, I checked the machine code in scipy and it seems that the quadpack
module (used by scipy.integrate) has a couple of SSE instructions.
Code-wise, it is trivial to solve, but we may need a new numpy version
for that.

thanks for the report, and sorry for the trouble,

David



More information about the SciPy-User mailing list