summaryrefslogtreecommitdiff
path: root/numpy/core/src/common/simd/vec
Commit message (Expand)AuthorAgeFilesLines
* BUG: fix loading and storing big arrays on s390xAleksei Nikiforov2023-03-301-7/+7
* SIMD: Suppress VSX ambiguous warningsSayed Adel2023-02-213-0/+13
* MAINT, SIMD: fix c++ build when VSX intrinsics are in the scopeSayed Adel2023-02-202-22/+16
* ENH, SIMD: Implment intrinsic for FMA multiply add(odd) and subtract(even)Sayed Adel2023-01-291-0/+14
* ENH, SIMD: Add special intrinsics for better non-contiguous/partial memory ac...Sayed Adel2023-01-291-9/+238
* ENH: Implement intrinsics for shuffle over 128-bit lane and unzipSayed Adel2023-01-291-0/+99
* replace __builtin_s390_vflls with npyv_doublee as beforePradipta Ghosh2023-01-241-2/+2
* BUG: Fix for npyv_s32 npyv__trunc_s32_f32 (VXE)Pradipta Ghosh2023-01-241-1/+2
* ENH, SIMD: Discard non-signaling comparison intrinsicsSayed Adel2022-12-152-44/+2
* ENH, SIMD: Add ordered comparison intrinsics guarantees non-signalingSayed Adel2022-12-141-0/+44
* SIMD: Add new intrinsics to check true cross all vector lanesSayed Adel2022-09-192-12/+59
* ENH, SIMD: Implement new universal intrinsic for max/min operationsSayed Adel2022-09-172-0/+153
* 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, SIMD: Extend universal intrinsics to support IBMZSayed Adel2022-06-049-0/+1988