summaryrefslogtreecommitdiff
path: root/numpy/distutils/tests/test_ccompiler_opt.py
Commit message (Expand)AuthorAgeFilesLines
* ENH: add support for fujitsu C/C++ compiler and SSL2 to numpy.yamadafuyuka2023-03-021-3/+3
* TST: Try using setup_class for `_Test_CCompilerOpt`Sebastian Berg2022-10-271-2/+2
* TST: Add CPU dispatch/baseline tests for VSX4Rafael Cardoso Fernandes Sousa2022-01-171-5/+5
* ENH: Add CPU feature detection for VSX4 (Power10)Rafael Cardoso Fernandes Sousa2022-01-131-1/+1
* BUG, DIST: fix normalize IBMZ features flagsSayed Adel2021-12-151-1/+5
* TST: expend ccompiler tests to cover s390x featuresSayed Adel2021-12-141-30/+45
* BUG: Don't pass /arch:SSE2 to MSVC when targeting x64 (#20190)Tom Tan2021-10-251-2/+4
* MAINT: Python3 classes do not need to inherit from objectMike Taves2021-05-191-1/+1
* BUG: Fix test_ccompiler_opt when path contains dotsMichał Górny2021-03-281-1/+1
* BLD, BUG: Fix detecting aarch64 on macOSSayed Adel2020-12-201-1/+1
* ENH: [2/7] enable multi-platform SIMD compiler optimizationsSayed Adel2020-06-151-0/+787