summaryrefslogtreecommitdiff
path: root/numpy/core/src/common
Commit message (Expand)AuthorAgeFilesLines
* MAINT: remove remaining `NPY_INLINE` usagesRalf Gommers2022-11-271-4/+4
* MAINT: replace `NPY_INLINE` with `inline`Ralf Gommers2022-11-2510-36/+36
* BUG: fix issue with broken assert statement in `templ_common.h.src`Ralf Gommers2022-11-121-2/+3
* MAINT: Fix typos found by codespellDimitri Papadopoulos2022-10-071-1/+1
* Merge pull request #22325 from seiko2plus/npyv_speedup_neon_vec_initSebastian Berg2022-09-261-80/+88
|\
| * SIMD: Improve the performance of NEON vector initializerSayed Adel2022-09-251-80/+88
* | SIMD: Add new intrinsics to check true cross all vector lanesSayed Adel2022-09-1912-113/+455
* | ENH, SIMD: Implement new universal intrinsic for max/min operationsSayed Adel2022-09-1711-82/+742
|/
* ENH: Added support for SVML vectorization of power and arctan2Matthew Sterrett2022-09-091-2/+4
* TASK: rename macros (from review)mattip2022-08-211-14/+14
* BUILD: convert HAVE_ macros to BLOCK_, cleanupmattip2022-08-211-16/+16
* strtoull and strtoll are mandatorymattip2022-08-211-15/+0
* rearrange headers to make npy_config.h only about configmattip2022-08-211-3/+1
* remove obsolete support for Solarismattip2022-08-211-9/+0
* DEP: drop older cygwin compatibility shims (#22159)Matti Picus2022-08-211-12/+2
* DEP: drop support for msvc<=1900 and Interix (#22139)Matti Picus2022-08-191-3/+3
* Merge pull request #22150 from seiko2plus/issue_21920Charles Harris2022-08-191-12/+12
|\
| * BUG, SIMD: Fix C++ AVX512/qsort on old gcc compilersSayed Adel2022-08-191-12/+12
* | Missed a caseDeveloper-Ecosystem-Engineering2022-08-111-1/+1
* | Address failures in gccDeveloper-Ecosystem-Engineering2022-08-111-6/+6
* | PERF: Improve intrinsics for tobits and pack on Apple siliconDeveloper-Ecosystem-Engineering2022-08-081-6/+23
* | ENH,MAINT: Add overflow handling for negative integers scalar multiplication ...Meekail Zain2022-07-172-7/+37
|/
* fix: :bug: Change substract to subtractAnselm Hahn2022-06-231-1/+1
* MAINT, SIMD: remove orphan path vsx/conversion.hSayed Adel2022-06-161-146/+0
* Merge pull request #21748 from pradghos/s390x_numpy_fixSayed Adel2022-06-141-2/+7
|\
| * addressed review commentsPradipta Ghosh2022-06-131-4/+4
| * Fix for npyv_orc_b8 and npyv_xnor_b8 for s390x(z13)Pradipta Ghosh2022-06-131-2/+7
* | ENH: Add floating point error handling to advanced indexingSebastian Berg2022-06-131-2/+6
* | ENH: Check floating point error flags for all castsSebastian Berg2022-06-132-4/+10
|/
* Merge pull request #21734 from hoodmane/check-x86-before-asmMatti Picus2022-06-121-1/+3
|\
| * ENH: Check that we are targeting x86 or x64 before using bsr asm instructionHood Chatham2022-06-111-1/+3
* | Merge pull request #20913 from seiko2plus/zsystem_supMatti Picus2022-06-1217-222/+831
|\ \ | |/ |/|
| * ENH, SIMD: Extend universal intrinsics to support IBMZSayed Adel2022-06-0417-222/+831
* | ENH: Implement string comparison ufuncs (or almost) (#21041)Sebastian Berg2022-06-101-0/+8
* | BUG: switch _CMP_NEQ_OQ to _CMP_NEQ_UQ for npyv_cmpneq_f[32,64]Rafael CF Sousa2022-06-072-4/+4
|/
* Merge pull request #21483 from rafaelcfsousa/simd_comparisonMatti Picus2022-05-3011-0/+194
|\
| * SIMD, ENH: Add universal intrinsic andc8 and use it to remove ifneqRafael CF Sousa2022-05-296-18/+25
| * SIMD, ENH: Use logical bitwise to implement comparison functions (bool_)Rafael CF Sousa2022-05-235-0/+32
| * SIMD: Use universal intrinsics to implement comparison functionsRafael Cardoso Fernandes Sousa2022-05-236-0/+155
* | Fix some typos.Yulv-git2022-05-141-2/+2
|/
* PERF: Fast check on equivalent arrays in PyArray_EQUIVALENTLY_ITERABLE_OVERLA...Pieter Eendebak2022-05-141-3/+13
* PERF: Skip probing `__array_ufunc__` for NumPy builtin scalars (#21470)Pieter Eendebak2022-05-112-1/+7
* [road-to-cxx] npy_cpu_features moved to pure Cserge-sans-paille2022-05-051-17/+61
* PERF: Improve performance of special attribute lookups (#21423)Pieter Eendebak2022-05-033-43/+22
* BUG: add linux guard per #21386John-Mark Gurney2022-04-251-0/+2
* MAINT: Clean-up includes of auto-generated umath codeSebastian Berg2022-04-041-2/+2
* Merge pull request #20991 from r-devulap/exp-log-svmlMatti Picus2022-03-231-0/+4
|\
| * ENH: Use SVML for f64 exp and log for AVX512_SKXRaghuveer Devulapalli2022-02-231-0/+4
| * Revert "ENH: Use SVML for f64 exp and log"Raghuveer Devulapalli2022-02-231-4/+0
| * ENH: Use SVML for f64 exp and logRaghuveer Devulapalli2022-02-031-0/+4