summaryrefslogtreecommitdiff
path: root/numpy/core/tests/test_simd.py
Commit message (Expand)AuthorAgeFilesLines
* TST, SIMD: add test cases for the new intrinicsSayed Adel2023-01-291-87/+186
* ENH: Implement intrinsics for shuffle over 128-bit lane and unzipSayed Adel2023-01-291-0/+20
* ENH, SIMD: Discard non-signaling comparison intrinsicsSayed Adel2022-12-151-31/+7
* BUG, SIMD: Fix invalid value encountered in rint/trunc/ceil/floor on armhf/neonSayed Adel2022-12-141-0/+10
* ENH, SIMD: Add ordered comparison intrinsics guarantees non-signalingSayed Adel2022-12-141-28/+55
* BUG, SIMD: Fix rounding large numbers >= 2^52 on SSE2Sayed Adel2022-12-071-0/+10
* SIMD: Add new intrinsics to check true cross all vector lanesSayed Adel2022-09-191-6/+80
* ENH, SIMD: Implement new universal intrinsic for max/min operationsSayed Adel2022-09-171-57/+78
* Merge pull request #20913 from seiko2plus/zsystem_supMatti Picus2022-06-121-11/+16
|\
| * ENH, SIMD: Extend universal intrinsics to support IBMZSayed Adel2022-06-041-11/+16
* | TST: Add test to check comparison with NaNRafael CF Sousa2022-06-071-0/+28
|/
* TST: Add test for andc (u8)Rafael CF Sousa2022-05-291-43/+24
* SIMD, ENH: Use logical bitwise to implement comparison functions (bool_)Rafael CF Sousa2022-05-231-3/+42
* SIMD: Use universal intrinsics to implement comparison functionsRafael Cardoso Fernandes Sousa2022-05-231-0/+34
* SIMD: Test lookup table intrinsicsSayed Adel2022-01-191-0/+21
* SIMD: add universal intrinsic for round to nearestSayed Adel2021-12-191-14/+16
* ENH, SIMD: add new universal intrinsics for floorHowJMay2021-12-121-1/+6
* ENH, SIMD: add new universal intrinsics for truncHowJMay2021-11-161-6/+10
* ENH: Implement SIMD for ceilHowJMay2021-11-011-0/+27
* TST, SIMD: Enhance the test case for SIMD integer division by adding several ...Sayed Adel2021-10-231-50/+25
* fix: typo spelling grammarslowy072021-08-231-1/+1
* TST, SIMD: Improve test cases of integer divisionSayed Adel2021-05-191-4/+7
* ENH: Add max/min value comparison for integersHowJmay2021-05-101-2/+17
* DOC: Add missing test comment and fix the typoHowJmay2021-05-031-8/+18
* ENH: Add min values comparison for floating pointHowJmay2021-05-021-5/+25
* ENH: Add max values comparison for floating pointHowJmay2021-05-011-0/+30
* SIMD, TST: add test cases for NPYV fast integer divisionSayed Adel2021-03-081-0/+70
* use more accurate words.Qiyu82021-01-271-1/+1
* improve sumup intriniscs.Qiyu82021-01-251-6/+2
* treat u8/u16 as overflow protection.Qiyu82021-01-221-3/+17
* Add new intrinsics sum_u8/u16/u64.Qiyu82021-01-201-1/+4
* BUG, SIMD: Fix _simd module build for 64bit ARM/NEON clangSayed Adel2020-12-291-3/+10
* Add docstrings to indicate which intrinsics are tested.Qiyu82020-12-231-0/+11
* Merge branch 'master' of github.com:numpy/numpy into countnzQiyu82020-12-231-4/+114
|\
| * ENH, SIMD: Add new NPYV intrinsics pack(1)Sayed Adel2020-12-221-4/+114
* | use max value to detect deviationQiyu82020-12-141-7/+5
* | Merge branch 'master' of github.com:numpy/numpy into countnzQiyu82020-12-101-0/+40
|\ \ | |/
| * ENH, SIMD: Add new NPYV intrinsics pack(0)Sayed Adel2020-11-171-0/+40
* | add non-AVX512BW instrumentsQiyu82020-12-101-1/+1
* | use splited loops and add unit test for new intrinsicsQiyu82020-12-091-1/+18
|/
* TST, SIMD: Add test cases for sqrt, abs, recip and square intrinsicsSayed Adel2020-11-031-1/+72
* improve intrinsics and add sum intrinsic testQiyu82020-11-031-0/+10
* MAINT, TST: Add testing cases for partial/non-contig load and storeSayed Adel2020-10-271-7/+135
* MAINT, TST: Serveral imporvments to _SIMD moduleSayed Adel2020-10-271-22/+18
* TST: Add testing unit for fused NPYV intrinsicsSayed Adel2020-10-271-1/+19
* ENH, TST: Add testing unit that covers the current implemented intrinsics.Sayed Adel2020-10-271-0/+408