[Numpy-discussion] [numpy 1.1.1] Opteron 254 has SSE 3 ???
Matthieu Brucher
matthieu.brucher@gmail....
Wed Sep 17 04:47:59 CDT 2008
Hi,
I'd like to use numpy.distutils.cpuinfo to check if I can enable some
flags during compilation of Fortran code. The issue I face is that an
Opteron 254 does not have SSE3. So says /proc/cpuinfo. But in fact
_has_sse3() returns True on this paltform. But not _has_ssse3(). What
are the differences between both values ?
On a side note, is testing for sse4 in the pipeline ?
Thanks,
Matthieu
--
French PhD student
Information System Engineer
Website: http://matthieu-brucher.developpez.com/
Blogs: http://matt.eifelle.com and http://blog.developpez.com/?blog=92
LinkedIn: http://www.linkedin.com/in/matthieubrucher
More information about the Numpy-discussion
mailing list