summaryrefslogtreecommitdiff
path: root/numpy/distutils/ccompiler_opt.py
Commit message (Expand)AuthorAgeFilesLines
* 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