summaryrefslogtreecommitdiff
path: root/numpy/core/src/common
Commit message (Expand)AuthorAgeFilesLines
* BUG, MAINT: improve avx512 mask logical operationsSayed Adel2021-01-102-2/+151
* BUG, SIMD: Fix _simd module build for 64bit ARM/NEON clangSayed Adel2021-01-051-6/+6
* MAINT, BLD: few tweaks in the comments and log messageSayed Adel2021-01-031-2/+2
* BUG, BLD: Generate the main dispatcher config header into the build dirSayed Adel2021-01-031-2/+2
* Merge pull request #17655 from pitmanst/zos.buildRalf Gommers2020-11-261-0/+9
|\
| * BLD: Fix installing Numpy on z/OSSteven Pitman2020-10-271-0/+9
* | Merge pull request #16247 from seiko2plus/to_npyv_unaryfp_g0Matti Picus2020-11-1012-6/+274
|\ \
| * | MAINT: reorder `Python.h` to suppress warning 'declaration of 'struct timespec*'Sayed Adel2020-11-031-1/+1
| * | ENH, SIMD: Add sqrt, abs, recip and square intrinsics for f32/64Sayed Adel2020-11-0311-5/+273
* | | Merge pull request #17700 from Qiyu8/fix-typosMatti Picus2020-11-031-6/+6
|\ \ \ | |/ / |/| |
| * | fix small typos.Qiyu82020-11-031-6/+6
| |/
* | improve intrinsics and add sum intrinsic testQiyu82020-11-035-17/+23
* | add a newline at the end of the file.Qiyu82020-11-025-5/+5
* | SIMD: Add sum intrinsics for float/double.Qiyu82020-10-305-0/+112
|/
* ENH, SIMD: Add partial/non-contig load and store intrinsics for 32/64-bitSayed Adel2020-10-098-118/+1603
* MAINT: Replace PyUString_ConcatAndDel in array_assign.cCharles Harris2020-09-301-12/+15
* Merge pull request #17258 from seiko2plus/npyv_fusedMatti Picus2020-09-085-1/+175
|\
| * NPYV: add fused multiply subtract/add intrinics for all supported platformsSayed Adel2020-09-075-1/+175
* | MAINT: Mark functions from npysort as NPY_NO_EXPORTEric Moore2020-09-033-32/+32
|/
* Merge pull request #17201 from eric-wieser/NPY_CPU_DISPATCH_CALL-exprMatti Picus2020-09-011-14/+19
|\
| * MAINT: Make the `NPY_CPU_DISPATCH_CALL` macros expressions not statementsEric Wieser2020-08-311-14/+19
* | MAINT: Remove redundant headers (#17163)Chunlin2020-09-011-1/+0
* | MAINT: Improve error handling in npy_cpu_initEric Wieser2020-08-311-33/+43
|/
* MAINT: Replace PyUString_* by PyUnicode_* equivalents.Charles Harris2020-08-231-2/+2
* MAINT: npy_cblas.h: redefine NPY_CBLAS_CHUNK in terms of CBLAS_INT_MAXPauli Virtanen2020-08-211-5/+14
* BUG: core: fix ilp64 blas dot/vdot/... for strides > int32 maxPauli Virtanen2020-08-211-0/+26
* MAINT: Add error return to all casting functionality and NpyIterSebastian Berg2020-08-111-29/+8
* Merge pull request #16397 from seiko2plus/implement_npyvMatti Picus2020-07-1039-0/+4450
|\
| * ENH: [4/4] implement the NumPy C SIMD vectorization interfaceSayed Adel2020-07-087-0/+763
| * ENH: [3/4] implement the NumPy C SIMD vectorization interfaceSayed Adel2020-07-087-0/+748
| * ENH: [2/4] implement the NumPy C SIMD vectorization interfaceSayed Adel2020-07-0825-0/+2578
| * ENH: [1/4] implement the NumPy C SIMD vectorization interfaceSayed Adel2020-07-086-0/+361
* | Merge pull request #16395 from seiko2plus/disable_validate_featuresMatti Picus2020-07-082-1/+195
|\ \
| * | ENH: several improvements to the CPU features detectionSayed Adel2020-07-082-44/+71
| * | ENH: Add ability to disable certain dispatch-able CPU features in runtimeSayed Adel2020-07-032-10/+128
| * | ENH: Validate CPU baseline features during the load of NumPy module.Sayed Adel2020-06-182-1/+50
| |/
* | Removed more blacklistErfan Nariman | Veneficus2020-06-241-1/+1
|/
* ENH: [6/7] enable multi-platform SIMD compiler optimizationsSayed Adel2020-06-162-2/+83
* ENH: [5/7] enable multi-platform SIMD compiler optimizationsSayed Adel2020-06-162-0/+261
* ENH: Improve the ARM cpu feature detection by parsing /proc/cpuinfo (#16321)Chunlin2020-06-082-25/+268
* MAINT:ARMHF Fix detecting feature groups NEON_HALF and NEON_VFPV4Sayed Adel2020-06-071-3/+4
* Merge pull request #16304 from seiko2plus/issue_16302Charles Harris2020-05-271-1/+3
|\
| * TST, MAINT: Fix detecting and testing armhf featuresSayed Adel2020-05-261-1/+3
* | ENH: Optimize Cpu feature detect in X86, fix for GCC on macOS (#16297)Chunlin2020-05-261-6/+14
|/
* Merge pull request #16238 from seberg/maint-cached-importsMatti Picus2020-05-181-1/+1
|\
| * MAINT: Unify cached (C-level static) importsSebastian Berg2020-05-141-1/+1
* | DOC: Fix typos and cosmetic issuesMartin Michlmayr2020-05-171-1/+1
|/
* DOC: Add missing bracket (gh-16051)Chunlin2020-04-252-3/+3
* Merge pull request #15385 from eric-wieser/fix-unicode-ucs2Sebastian Berg2020-02-132-114/+8
|\
| * BUG, MAINT: Stop using the error-prone deprecated Py_UNICODE apisEric Wieser2020-02-082-114/+8