summaryrefslogtreecommitdiff
path: root/numpy/core/src/common/simd/neon
Commit message (Expand)AuthorAgeFilesLines
* Fix typos found by copdespellDimitri Papadopoulos2023-02-111-1/+1
* ENH, SIMD: Implment intrinsic for FMA multiply add(odd) and subtract(even)Sayed Adel2023-01-291-0/+13
* ENH, SIMD: Add special intrinsics for better non-contiguous/partial memory ac...Sayed Adel2023-01-291-8/+285
* ENH: Implement intrinsics for shuffle over 128-bit lane and unzipSayed Adel2023-01-291-25/+95
* BLD, SIMD: Pad asm to avoid C99 complains on CLANGSayed Adel2023-01-161-3/+3
* BUG, SIMD: Fix spurious invalid exception for sin/cos on arm64/clangSayed Adel2023-01-061-2/+27
* ENH, SIMD: Discard non-signaling comparison intrinsicsSayed Adel2022-12-152-29/+1
* BUG, SIMD: Fix invalid value encountered in rint/trunc/ceil/floor on armhf/neonSayed Adel2022-12-141-68/+81
* BUG, SIMD: Fix invalid value encountered in cos/sin on aarch64 & ppc64leSayed Adel2022-12-141-1/+1
* ENH, SIMD: Add ordered comparison intrinsics guarantees non-signalingSayed Adel2022-12-141-0/+29
* 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-193-53/+173
* | ENH, SIMD: Implement new universal intrinsic for max/min operationsSayed Adel2022-09-172-0/+135
|/
* 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
* fix: :bug: Change substract to subtractAnselm Hahn2022-06-231-1/+1
* ENH, SIMD: Extend universal intrinsics to support IBMZSayed Adel2022-06-041-1/+2
* SIMD, ENH: Add universal intrinsic andc8 and use it to remove ifneqRafael CF Sousa2022-05-291-2/+3
* SIMD, ENH: Use logical bitwise to implement comparison functions (bool_)Rafael CF Sousa2022-05-231-0/+5
* SIMD: Use universal intrinsics to implement comparison functionsRafael Cardoso Fernandes Sousa2022-05-231-0/+24
* SIMD: Add new universal intrinsics for lookup tableSayed Adel2022-01-191-0/+40
* SIMD: add universal intrinsic for round to nearestSayed Adel2021-12-191-2/+33
* ENH, SIMD: add new universal intrinsics for floorHowJMay2021-12-121-0/+28
* ENH, SIMD: add new universal intrinsics for truncHowJMay2021-11-161-0/+33
* SIMD: Fix impl of intrinsic `npyv_ceil_f32` on armv7/neonSayed Adel2021-11-011-10/+31
* ENH: Implement SIMD for ceilHowJMay2021-11-011-0/+16
* DOC: Typos found by codespellDimitri Papadopoulos2021-09-211-1/+1
* DOC: Add comment for ifdef macro guardHowJmay2021-05-161-1/+1
* ENH: Add max/min value comparison for integersHowJmay2021-05-101-0/+30
* ENH: Add min values comparison for floating pointHowJmay2021-05-021-0/+20
* ENH: Add max values comparison for floating pointHowJmay2021-05-011-0/+20
* SIMD: add NPYV fast integer division intrinsics for NEONSayed Adel2021-03-081-1/+149
* use more accurate words.Qiyu82021-01-271-1/+1
* improve sumup intriniscs.Qiyu82021-01-251-18/+24
* treat u8/u16 as overflow protection.Qiyu82021-01-221-4/+4
* add neon sum_u8/u16/u64Qiyu82021-01-211-1/+1
* Add new intrinsics sum_u8/u16/u64.Qiyu82021-01-201-0/+23
* BUG, SIMD: Fix _simd module build for 64bit ARM/NEON clangSayed Adel2020-12-291-6/+6
* Merge branch 'master' of github.com:numpy/numpy into countnzQiyu82020-12-233-0/+51
|\
| * ENH, SIMD: Add new NPYV intrinsics pack(1)Sayed Adel2020-12-223-0/+50
* | use max value to detect deviationQiyu82020-12-141-1/+1
* | Merge branch 'master' of github.com:numpy/numpy into countnzQiyu82020-12-102-12/+63
|\ \ | |/
| * ENH, SIMD: Add new NPYV intrinsics pack(0)Sayed Adel2020-11-172-12/+63
* | add non-AVX512BW instrumentsQiyu82020-12-101-2/+2
* | use splited loops and add unit test for new intrinsicsQiyu82020-12-092-12/+17
* | add AVX512/Neon/VSX intrinsicsQiyu82020-12-072-0/+16
|/
* ENH, SIMD: Add sqrt, abs, recip and square intrinsics for f32/64Sayed Adel2020-11-033-5/+104
* improve intrinsics and add sum intrinsic testQiyu82020-11-031-9/+9