<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Sep 2, 2014 at 8:29 AM, Emel Hasdal <span dir="ltr"><<a href="mailto:emel_hasdal@hotmail.com" target="_blank">emel_hasdal@hotmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">


<div><div dir="ltr">I am trying to run a python application which performs statistical calculations using Pandas which seem to depend on Numpy. Hence I have to install Numpy to get the app working.<br><br>Do you mean I can change <br>
<br>   numpy/core/src/npymath/ieee754.c.src <br><br>such that the functions referencing exceptions (npy_get_floatstatus, npy_clear_floatstatus, npy_set_floatstatus_divbyzer, npy_set_floatstatus_overflow, npy_set_floatstatus_underflow, npy_set_floatstatus_invalid) do nothing? <br>
<br>Could there be any implications of this on the numpy functionality?<br></div></div></blockquote><div><br></div><div>AFAIK, few people have ever tried to run numpy on CPU without an FPU. The generic answer is that we do not know, as this is not a supported platform, so you are on your own.</div>
<div><br></div><div>I would suggest you just try adding stubs to see how far you can go, and come back to this group with the result of your investigation.</div><div><br></div><div>David</div></div></div></div>