On Thu, Apr 22, 2010 at 12:04 PM, Adrien Guillon <aj.guil...@gmail.com> wrote:

>
> The idea here, is that if I can ensure there is never extended
> precision in the Python code...

This is totally out of reach with numpy is you use the float32 dtype,
for the reasons I have given before. The only solutions I could see
are: using an enviroment geared toward IEEE 754 compliance (CPU
emulation),  simply use one of the existing package to run code on
GPU, or use software-implemented FPU. The latter meaning that you
cannot use linear algebra and so on, at least not with just
numpy/scipy,

David
_______________________________________________
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to