summaryrefslogtreecommitdiff
path: root/numpy/distutils/checks
Commit message (Expand)AuthorAgeFilesLines
* MAINT, BLD: Disable spr for clangCharles Harris2023-05-111-0/+4
* Remove unnecessary checksRaghuveer Devulapalli2023-02-062-35/+5
* BLD: Add compile and runtime checks for AVX512FP16Raghuveer Devulapalli2023-02-022-0/+52
* BUG, SIMD: Fix detecting NEON/ASIMD on aarch64Sayed Adel2022-06-141-1/+1
* fix upSayed Adel2022-06-091-1/+1
* BLD, SIMD: Hardened the Neon/ASIMD compile-time testsSayed Adel2022-06-097-26/+38
* ENH: Add CPU feature detection for VSX4 (Power10)Rafael Cardoso Fernandes Sousa2022-01-132-0/+35
* MAINT, DOC: fix new typos detected by codespellDimitri Papadopoulos2022-01-121-1/+1
* addressed review commentsPradipta Ghosh2021-12-143-29/+39
* Extending CPU feature detection framework to support IBM Z SIMDPradipta Ghosh2021-12-143-0/+52
* Update cpu_asimdfhm.cThomas Green2021-11-161-2/+2
* BUG, SIMD: Fix detect host/native CPU features on ICC during compile-timeSayed Adel2021-05-2619-1/+248
* Change fix of cpu_popcnt.c to use _mm_popcnt_u64/_mm_popcnt_u32 on GCCCarl Michal2021-05-231-18/+8
* Fix compile-time test of POPCNTCarl Michal2021-05-221-4/+10
* remove warning on MSVCmattip2021-05-121-1/+1
* MAINT, SIMD: Hardened the AVX compile-time testsSayed Adel2021-05-0913-29/+36
* BLD: Add extra check for AVX512DQ mask conversionsSayed Adel2021-01-051-0/+16
* BLD, SIMD: Add check for inline ASM VSX supportSayed Adel2020-11-171-0/+36
* BLD: Check for reduce intrinsics and AVX512BW mask operationsSayed Adel2020-08-262-0/+59
* ENH: [1/7] enable multi-platform SIMD compiler optimizationsSayed Adel2020-06-1532-0/+368