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