[Numpy-discussion] Test error with ATLAS, Windows 64 bit

David Cournapeau cournape at gmail.com
Mon Apr 14 18:33:36 EDT 2014


On Mon, Apr 14, 2014 at 10:02 PM, Julian Taylor <
jtaylor.debian at googlemail.com> wrote:

> The official numpy mingw binaries do not have all these math issues.
> Only the VC builds do.
> As mingw is fine the functions must be somewhere in the windows API but
> no-one has contributed a fix for the VC builds to numpy yet.
>

Mingw generally has their own implementation, and do not use the C runtime
from MS for math functions:
https://github.com/mirror/mingw-w64/tree/master/trunk/mingw-w64-crt/math

David
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/numpy-discussion/attachments/20140414/dccbf6e6/attachment.html>


More information about the NumPy-Discussion mailing list