summaryrefslogtreecommitdiff
path: root/numpy/core/tests/test_cpu_features.py
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #22137 from Micky774/enable_simdMatti Picus2023-05-031-2/+216
|\
| * ENH: add NPY_ENABLE_CPU_FEATURES to allow limiting set of enabled featuresMeekail Zain2023-04-081-2/+216
* | Merge pull request #22493 from mwtoews/maint-openSebastian Berg2023-04-281-1/+1
|\ \ | |/ |/|
| * MAINT: remove redundant open() modes and io.open() aliasMike Taves2022-10-291-1/+1
* | Remove unnecessary checksRaghuveer Devulapalli2023-02-061-1/+3
* | Fix typoRaghuveer Devulapalli2023-02-031-1/+1
* | Fix lint errorsRaghuveer Devulapalli2023-02-021-1/+2
* | Add cpu test features for avx512fp16Raghuveer Devulapalli2023-02-021-1/+2
|/
* ENH: Add CPU feature detection for VSX4 (Power10)Rafael Cardoso Fernandes Sousa2022-01-131-2/+2
* fix lint issuePradipta Ghosh2021-12-141-1/+4
* addressed review commentsPradipta Ghosh2021-12-141-0/+8
* TST: Add Cygwin to the x86 feature tests.DWesl2021-07-211-1/+4
* MAINT: Python3 classes do not need to inherit from objectMike Taves2021-05-191-1/+1
* TEST: modify the assert function's name Sayed Adel2020-06-241-3/+3
* TEST: Add extra debugging information to CPU features detectionSayed Adel2020-06-241-5/+49
* TST, MAINT: Fix detecting and testing armhf featuresSayed Adel2020-05-261-8/+31
* ENH: improve runtime detection of CPU featuresSayed Adel2020-02-051-0/+104