summaryrefslogtreecommitdiff
path: root/numpy/distutils/ccompiler_opt.py
Commit message (Expand)AuthorAgeFilesLines
* ENH: Detect CPU features on FreeBSD/powerpc64*pkubaj2022-12-301-2/+6
* MAINT: change subprocess arguments from Python>=3.7Mike Taves2022-10-271-1/+1
* BLD, SIMD: Fix detecting armhfSayed Adel2022-06-091-21/+46
* Merge pull request #21306 from serge-sans-paille/feature/syndicate-cxxflagsMatti Picus2022-04-081-0/+8
|\
| * Introduce numpy.core.setup_common.NPY_CXX_FLAGSserge-sans-paille2022-04-081-0/+8
* | Add space after argument nameOscar Gustafsson2022-04-031-17/+17
|/
* Merge pull request #20991 from r-devulap/exp-log-svmlMatti Picus2022-03-231-1/+1
|\
| * BUILD: Disable MMX registers when building with -mavx512fRaghuveer Devulapalli2022-02-281-1/+1
* | road-to-cxx: x86-qsort.dispatch.c.src -> x86-qsort.dispatch.cppserge-sans-paille2022-02-211-0/+2
|/
* DOC: improper doc syntax (markdown and imbalanced ticks). (#20944)Matthias Bussonnier2022-01-301-1/+1
* STY: Fix linter issueRafael Cardoso Fernandes Sousa2022-01-141-1/+2
* ENH: Add CPU feature detection for VSX4 (Power10)Rafael Cardoso Fernandes Sousa2022-01-131-0/+6
* BUG, DIST: fix normalize IBMZ features flagsSayed Adel2021-12-151-3/+9
* comment removedPradipta Ghosh2021-12-141-1/+1
* addressed review commentsPradipta Ghosh2021-12-141-7/+3
* Fix lint issuesPradipta Ghosh2021-12-141-7/+7
* Extending CPU feature detection framework to support IBM Z SIMDPradipta Ghosh2021-12-141-1/+32
* ENH: provide a convenience function to replace npy_load_module (#20395)Matti Picus2021-11-191-2/+2
* Merge pull request #20353 from seiko2plus/issue_20335Ralf Gommers2021-11-141-2/+2
|\
| * BUG, DIST: Print os error message when the executable not existSayed Adel2021-11-141-2/+2
* | Do not position 'cxx=-std=c++11' as a default compiler flagserge-sans-paille2021-11-101-5/+0
|/
* BUG: Don't pass /arch:SSE2 to MSVC when targeting x64 (#20190)Tom Tan2021-10-251-2/+2
* Merge pull request #20071 from alessiamarcolini/refactorCharles Harris2021-10-221-3/+10
|\
| * MAINT: separate multiple imports in multiple linesAlessia Marcolini2021-10-081-2/+10
| * MAINT: remove unused importsAlessia Marcolini2021-10-081-2/+1
* | [demo] how-to replacing numpy custom generation engine by raw C++serge-sans-paille2021-10-221-5/+11
|/
* MAINT: revise OSError aliases (IOError, EnvironmentError)Mike Taves2021-09-021-2/+2
* BLD, SIMD: Fix testing extra checks when `-Werror` isn't applicable for Clang.Sayed Adel2021-08-111-1/+6
* BUG, SIMD: Fix detect host/native CPU features on ICC during compile-timeSayed Adel2021-05-261-21/+36
* MAINT: Python3 classes do not need to inherit from objectMike Taves2021-05-191-1/+1
* BLD, BUG: Fix bdist_wheel duplicate buildingSayed Adel2021-05-051-16/+25
* ENH, SIMD: Add support for dispatching C++ sourcesSayed Adel2021-04-221-7/+15
* BLD: Add extra check for AVX512DQ mask conversionsSayed Adel2021-01-051-1/+1
* MAINT, BLD: few tweaks in the comments and log messageSayed Adel2021-01-031-4/+4
* BUG, BLD: Generate the main dispatcher config header into the build dirSayed Adel2021-01-031-15/+17
* MAINT: regex char class improveTyler Reddy2020-12-281-1/+1
* BLD, MAINT: add platform info to the final optimization reportSayed Adel2020-12-201-10/+12
* BLD, BUG: Fix detecting aarch64 on macOSSayed Adel2020-12-201-74/+70
* BLD, SIMD: Add check for inline ASM VSX supportSayed Adel2020-11-171-1/+1
* BUG, BLD: fix multi-target name in `CCompilerOpt`'s reportSayed Adel2020-10-271-4/+3
* Merge pull request #17250 from albertvillanova/fix-docstringCharles Harris2020-09-101-1/+1
|\
| * Fix docstring cross-referencingAlbert Villanova del Moral2020-09-041-1/+1
* | DIST: fix minor grammar errors in CCompilerOpt docstring(extra_checks)Sayed Adel2020-09-031-7/+7
* | BLD: Check for reduce intrinsics and AVX512BW mask operationsSayed Adel2020-08-261-10/+82
|/
* BUG: fix the search dir of dispatchable sourcesSayed Adel2020-07-141-2/+5
* fix decode error when building and get rid of warnQiyu82020-07-091-5/+3
* Update numpy/distutils/ccompiler_opt.pyMatti Picus2020-06-181-3/+3
* ENH,BUG:distutils Remove the origins from the implied featuresSayed Adel2020-06-181-14/+39
* ENH: [1/7] enable multi-platform SIMD compiler optimizationsSayed Adel2020-06-151-0/+2438