| Commit message (Expand) | Author | Age | Files | Lines |
* | ENH: Detect CPU features on FreeBSD/powerpc64* | pkubaj | 2022-12-30 | 1 | -2/+6 |
* | MAINT: change subprocess arguments from Python>=3.7 | Mike Taves | 2022-10-27 | 1 | -1/+1 |
* | BLD, SIMD: Fix detecting armhf | Sayed Adel | 2022-06-09 | 1 | -21/+46 |
* | Merge pull request #21306 from serge-sans-paille/feature/syndicate-cxxflags | Matti Picus | 2022-04-08 | 1 | -0/+8 |
|\ |
|
| * | Introduce numpy.core.setup_common.NPY_CXX_FLAGS | serge-sans-paille | 2022-04-08 | 1 | -0/+8 |
* | | Add space after argument name | Oscar Gustafsson | 2022-04-03 | 1 | -17/+17 |
|/ |
|
* | Merge pull request #20991 from r-devulap/exp-log-svml | Matti Picus | 2022-03-23 | 1 | -1/+1 |
|\ |
|
| * | BUILD: Disable MMX registers when building with -mavx512f | Raghuveer Devulapalli | 2022-02-28 | 1 | -1/+1 |
* | | road-to-cxx: x86-qsort.dispatch.c.src -> x86-qsort.dispatch.cpp | serge-sans-paille | 2022-02-21 | 1 | -0/+2 |
|/ |
|
* | DOC: improper doc syntax (markdown and imbalanced ticks). (#20944) | Matthias Bussonnier | 2022-01-30 | 1 | -1/+1 |
* | STY: Fix linter issue | Rafael Cardoso Fernandes Sousa | 2022-01-14 | 1 | -1/+2 |
* | ENH: Add CPU feature detection for VSX4 (Power10) | Rafael Cardoso Fernandes Sousa | 2022-01-13 | 1 | -0/+6 |
* | BUG, DIST: fix normalize IBMZ features flags | Sayed Adel | 2021-12-15 | 1 | -3/+9 |
* | comment removed | Pradipta Ghosh | 2021-12-14 | 1 | -1/+1 |
* | addressed review comments | Pradipta Ghosh | 2021-12-14 | 1 | -7/+3 |
* | Fix lint issues | Pradipta Ghosh | 2021-12-14 | 1 | -7/+7 |
* | Extending CPU feature detection framework to support IBM Z SIMD | Pradipta Ghosh | 2021-12-14 | 1 | -1/+32 |
* | ENH: provide a convenience function to replace npy_load_module (#20395) | Matti Picus | 2021-11-19 | 1 | -2/+2 |
* | Merge pull request #20353 from seiko2plus/issue_20335 | Ralf Gommers | 2021-11-14 | 1 | -2/+2 |
|\ |
|
| * | BUG, DIST: Print os error message when the executable not exist | Sayed Adel | 2021-11-14 | 1 | -2/+2 |
* | | Do not position 'cxx=-std=c++11' as a default compiler flag | serge-sans-paille | 2021-11-10 | 1 | -5/+0 |
|/ |
|
* | BUG: Don't pass /arch:SSE2 to MSVC when targeting x64 (#20190) | Tom Tan | 2021-10-25 | 1 | -2/+2 |
* | Merge pull request #20071 from alessiamarcolini/refactor | Charles Harris | 2021-10-22 | 1 | -3/+10 |
|\ |
|
| * | MAINT: separate multiple imports in multiple lines | Alessia Marcolini | 2021-10-08 | 1 | -2/+10 |
| * | MAINT: remove unused imports | Alessia Marcolini | 2021-10-08 | 1 | -2/+1 |
* | | [demo] how-to replacing numpy custom generation engine by raw C++ | serge-sans-paille | 2021-10-22 | 1 | -5/+11 |
|/ |
|
* | MAINT: revise OSError aliases (IOError, EnvironmentError) | Mike Taves | 2021-09-02 | 1 | -2/+2 |
* | BLD, SIMD: Fix testing extra checks when `-Werror` isn't applicable for Clang. | Sayed Adel | 2021-08-11 | 1 | -1/+6 |
* | BUG, SIMD: Fix detect host/native CPU features on ICC during compile-time | Sayed Adel | 2021-05-26 | 1 | -21/+36 |
* | MAINT: Python3 classes do not need to inherit from object | Mike Taves | 2021-05-19 | 1 | -1/+1 |
* | BLD, BUG: Fix bdist_wheel duplicate building | Sayed Adel | 2021-05-05 | 1 | -16/+25 |
* | ENH, SIMD: Add support for dispatching C++ sources | Sayed Adel | 2021-04-22 | 1 | -7/+15 |
* | BLD: Add extra check for AVX512DQ mask conversions | Sayed Adel | 2021-01-05 | 1 | -1/+1 |
* | 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 | 1 | -15/+17 |
* | MAINT: regex char class improve | Tyler Reddy | 2020-12-28 | 1 | -1/+1 |
* | 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 | 1 | -74/+70 |
* | BLD, SIMD: Add check for inline ASM VSX support | Sayed Adel | 2020-11-17 | 1 | -1/+1 |
* | BUG, BLD: fix multi-target name in `CCompilerOpt`'s report | Sayed Adel | 2020-10-27 | 1 | -4/+3 |
* | Merge pull request #17250 from albertvillanova/fix-docstring | Charles Harris | 2020-09-10 | 1 | -1/+1 |
|\ |
|
| * | Fix docstring cross-referencing | Albert Villanova del Moral | 2020-09-04 | 1 | -1/+1 |
* | | DIST: fix minor grammar errors in CCompilerOpt docstring(extra_checks) | Sayed Adel | 2020-09-03 | 1 | -7/+7 |
* | | BLD: Check for reduce intrinsics and AVX512BW mask operations | Sayed Adel | 2020-08-26 | 1 | -10/+82 |
|/ |
|
* | BUG: fix the search dir of dispatchable sources | Sayed Adel | 2020-07-14 | 1 | -2/+5 |
* | fix decode error when building and get rid of warn | Qiyu8 | 2020-07-09 | 1 | -5/+3 |
* | Update numpy/distutils/ccompiler_opt.py | Matti Picus | 2020-06-18 | 1 | -3/+3 |
* | ENH,BUG:distutils Remove the origins from the implied features | Sayed Adel | 2020-06-18 | 1 | -14/+39 |
* | ENH: [1/7] enable multi-platform SIMD compiler optimizations | Sayed Adel | 2020-06-15 | 1 | -0/+2438 |