On 1/28/07, Fernando Perez <[EMAIL PROTECTED]> wrote: > [snip] The test code uses double arrays, and SSE2 has double > precision support but it's purely 64-bit doubles. SSE is > single-precision only, which means that for a double computation, > ATLAS isn't used and the Intel FPU does the computation instead.
So since I use N.float64, ATLAS SSE won't help me? _______________________________________________ Numpy-discussion mailing list [email protected] http://projects.scipy.org/mailman/listinfo/numpy-discussion
