| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #19177 from i-shenl/i-shenl/set-icc-c99 | Charles Harris | 2021-06-06 | 1 | -1/+1 |
|\ |
|
| * | Set c99 to intel icc compiler so numpy will build | i-shenl | 2021-03-09 | 1 | -1/+1 |
* | | Merge pull request #19130 from ganesh-k13/ENH_18490_CPU_feature_show | Ralf Gommers | 2021-05-29 | 1 | -0/+20 |
|\ \ |
|
| * | | ENH: SIMD architectures to show_config | Ganesh Kathiresan | 2021-05-28 | 1 | -0/+20 |
* | | | Merge pull request #19098 from seiko2plus/issue_19084 | Charles Harris | 2021-05-28 | 20 | -22/+284 |
|\ \ \
| |/ /
|/| | |
|
| * | | BUG, SIMD: Fix detect host/native CPU features on ICC during compile-time | Sayed Adel | 2021-05-26 | 20 | -22/+284 |
* | | | MAINT: removed unused imports listed in LGTM | default-303 | 2021-05-25 | 1 | -0/+1 |
* | | | MAINT: removed unused imports listed in LGTM | default-303 | 2021-05-24 | 2 | -3/+0 |
|/ / |
|
* | | Change fix of cpu_popcnt.c to use _mm_popcnt_u64/_mm_popcnt_u32 on GCC | Carl Michal | 2021-05-23 | 1 | -18/+8 |
* | | Fix compile-time test of POPCNT | Carl Michal | 2021-05-22 | 1 | -4/+10 |
* | | API,BLD: Always force `-ffp-exception-behavior=strict` on clang | Sebastian Berg | 2021-05-19 | 1 | -0/+6 |
* | | MAINT: Python3 classes do not need to inherit from object | Mike Taves | 2021-05-19 | 2 | -2/+2 |
* | | remove warning on MSVC | mattip | 2021-05-12 | 1 | -1/+1 |
* | | MAINT, SIMD: Hardened the AVX compile-time tests | Sayed Adel | 2021-05-09 | 13 | -29/+36 |
* | | Merge pull request #18911 from seiko2plus/issue_18892_p1 | Charles Harris | 2021-05-05 | 3 | -26/+54 |
|\ \ |
|
| * | | BLD, BUG: Fix bdist_wheel duplicate building | Sayed Adel | 2021-05-05 | 3 | -26/+54 |
* | | | Merge pull request #18874 from Matthew-Badin/enable-accelerate | Charles Harris | 2021-05-04 | 1 | -21/+7 |
|\ \ \
| |/ /
|/| | |
|
| * | | BLD: Minimize diff | Matthew Badin | 2021-05-01 | 1 | -14/+14 |
| * | | BLD: Address lint issues and reviewer comments. | Matthew Badin | 2021-04-30 | 1 | -2/+4 |
| * | | BLD: Enable Accelerate Framework | Matthew Badin | 2021-04-28 | 1 | -35/+19 |
* | | | Merge pull request #18900 from seiko2plus/issue_18160 | Matti Picus | 2021-05-04 | 1 | -4/+0 |
|\ \ \ |
|
| * | | | BLD: remove unnecessary flag `-faltivec` on macOS | Sayed Adel | 2021-05-04 | 1 | -4/+0 |
| |/ / |
|
* | | | BLD, BUG: Fix compiler optimization log AttributeError | Sayed Adel | 2021-05-04 | 2 | -8/+9 |
|/ / |
|
* | | ENH, SIMD: Add support for dispatching C++ sources | Sayed Adel | 2021-04-22 | 3 | -15/+63 |
* | | STY: lint line length | h6197627 | 2021-04-12 | 1 | -1/+2 |
* | | BLD: Negative zero handling with ifort | h6197627 | 2021-04-12 | 1 | -13/+2 |
* | | BLD: introduce use of BLAS_LIBS and LAPACK_LIBS in distutils/system_info (#18... | drhpc | 2021-04-11 | 1 | -0/+49 |
* | | Strip extra newline when dumping gfortran version on MacOS | Kamil Choudhury | 2021-03-30 | 1 | -1/+2 |
* | | BUG: Fix test_ccompiler_opt when path contains dots | Michał Górny | 2021-03-28 | 1 | -1/+1 |
* | | BLD: remove /usr/include from default include dirs | Ralf Gommers | 2021-03-21 | 1 | -3/+2 |
* | | MAINT: Added Chain exceptions where appropriate (#18394) | Abhay Raghuvanshi | 2021-03-18 | 5 | -11/+10 |
|/ |
|
* | BUG: NameError in numpy.distutils.fcompiler.compaq | Michael Lamparski | 2021-03-03 | 1 | -2/+2 |
* | BUG: Fix non-versioneer uses | Eric Larson | 2021-02-25 | 1 | -1/+1 |
* | MAINT: Remove dummy_threading | Kevin Sheppard | 2021-02-11 | 2 | -8/+3 |
* | MAINT: improve failure message when compiler is unavailable | Pearu Peterson | 2021-02-09 | 1 | -0/+2 |
* | DEP: doc-deprecate BLAS_SRC/LAPACK_SRC | Ralf Gommers | 2021-02-06 | 1 | -0/+6 |
* | BUG: don't mutate list of fake libraries while iterating over it (#18295) | Nicholas McKibben | 2021-02-04 | 2 | -2/+77 |
* | Fixed exception cause in cov_template.py | Abhay Raghuvanshi | 2021-02-02 | 1 | -1/+1 |
* | BUG: Fix detecting Fortran 90+ source format. | Pearu Peterson | 2021-01-18 | 1 | -1/+1 |
* | Merge pull request #18118 from seiko2plus/issue_18106 | Matti Picus | 2021-01-09 | 2 | -1/+17 |
|\ |
|
| * | BLD: Add extra check for AVX512DQ mask conversions | Sayed Adel | 2021-01-05 | 2 | -1/+17 |
* | | fix exception cause in mingw32ccompiler.py | PhanatosZou | 2021-01-03 | 1 | -1/+1 |
|/ |
|
* | Merge pull request #18100 from seiko2plus/issue_18092 | Matti Picus | 2021-01-03 | 3 | -28/+48 |
|\ |
|
| * | MAINT, BLD: few tweaks in the comments and log message | Sayed Adel | 2021-01-03 | 1 | -4/+4 |
| * | BUG, BLD: Generate the main dispatcher config header into the build dir | Sayed Adel | 2021-01-03 | 3 | -26/+46 |
* | | TST: Avoid changing odd tempfile names in tests' site.cfg | DWesl | 2021-01-01 | 1 | -2/+2 |
|/ |
|
* | MAINT: regex char class improve | Tyler Reddy | 2020-12-28 | 8 | -18/+18 |
* | BLD, MAINT: add platform info to the final optimization report | Sayed Adel | 2020-12-20 | 1 | -10/+12 |
* | BLD, BUG: Fix detecting aarch64 on macOS | Sayed Adel | 2020-12-20 | 3 | -77/+73 |
* | Merge pull request #17906 from fxcoudert/patch-1 | Ralf Gommers | 2020-12-12 | 1 | -1/+1 |
|\ |
|