Re: [Numpy-discussion] Disabling Extended Precision in NumPy (like -ffloat-store)

2010-04-23 Thread Adrien Guillon
o would complain about extended precision for free)? But in this case I think it's the right decision. Hope this clarifies the reasons and intentions. AJ On Wed, Apr 21, 2010 at 1:20 PM, Christopher Barker wrote: > Adrien Guillon wrote: >>  I use single-precision floating

[Numpy-discussion] Disabling Extended Precision in NumPy (like -ffloat-store)

2010-04-21 Thread Adrien Guillon
Hello all, I've recently started to use NumPy to prototype some numerical algorithms, which will eventually find their way to a GPU (where I want to limit myself to single-precision operations for performance reasons). I have recently switched to the use of the "single" type in NumPy to ensure I