summaryrefslogtreecommitdiff
path: root/numpy/distutils/checks/cpu_vx.c
Commit message (Collapse)AuthorAgeFilesLines
* addressed review commentsPradipta Ghosh2021-12-141-7/+8
|
* Extending CPU feature detection framework to support IBM Z SIMDPradipta Ghosh2021-12-141-0/+15
We would like to extend CPU feature detection infrastructure for IBM Z CPU features. Eventually It will help to add and enable Z specific SIMD builtins and instructions. As part of the PR, we have extended ccompiler_opt.py, npy_cpu_features.c.src, npy_cpu_features.h, other files for Z CPU feature detection and added test files for VX/VXE/VXE2 in distutils/checks.