summaryrefslogtreecommitdiff
path: root/numpy/distutils/cpuinfo.py
Commit message (Expand)AuthorAgeFilesLines
* ran reindent in preparation for the 1.1 releaseJarrod Millman2008-04-201-2/+2
* mimic gcc driver detection for nocona cpu detection.David Cournapeau2008-03-231-1/+1
* Fix has_sse3 and add has_ssse3 function for cpuinfo on linux.David Cournapeau2008-03-231-1/+4
* Include patch from jsbronder to fix ticket #644 related to nocona cpu detection.David Cournapeau2008-03-221-1/+5
* Handle typo (sse3 vs ssse3) in the cpu arch flags as found in /proc/cpuinfo f...David Cournapeau2008-03-221-1/+1
* Apply David's patch to fix ticket 653.Charles Harris2008-03-061-20/+10
* use 'in' keyword to test dictionary membershipJarrod Millman2007-11-281-1/+1
* Update distutils/cpuinfo.pycookedm2007-10-021-171/+155
* Remove use of the string module in distutils/cpuinfo.pycookedm2007-10-021-26/+28
* Get rid of print statement.Travis Oliphant2007-09-201-1/+0
* cpuinfo: Nocona is a PentiumIV, not 686. Fixes #438cookedm2007-03-291-3/+3
* Fixed detection of Core2 CPUs (scipy ticket #349)edschofield2007-02-051-2/+7
* remove some remaining references to scipy. fixes #428Tim Leslie2007-01-261-1/+1
* Add Intel EM64T Fortran Compiler support.Pearu Peterson2006-04-091-1/+1
* Applied http://projects.scipy.org/scipy/numpy/ticket/39Pearu Peterson2006-03-311-0/+4
* Run reindent.py (script distributed with Python) over the source to remove ex...cookedm2006-03-101-7/+7
* Moved scipy directory to numpyTravis Oliphant2006-01-041-0/+687