| Commit message (Expand) | Author | Age | Files | Lines |
* | TST, SIMD: add test cases for the new intrinics | Sayed Adel | 2023-01-29 | 1 | -87/+186 |
* | ENH: Implement intrinsics for shuffle over 128-bit lane and unzip | Sayed Adel | 2023-01-29 | 1 | -0/+20 |
* | ENH, SIMD: Discard non-signaling comparison intrinsics | Sayed Adel | 2022-12-15 | 1 | -31/+7 |
* | BUG, SIMD: Fix invalid value encountered in rint/trunc/ceil/floor on armhf/neon | Sayed Adel | 2022-12-14 | 1 | -0/+10 |
* | ENH, SIMD: Add ordered comparison intrinsics guarantees non-signaling | Sayed Adel | 2022-12-14 | 1 | -28/+55 |
* | BUG, SIMD: Fix rounding large numbers >= 2^52 on SSE2 | Sayed Adel | 2022-12-07 | 1 | -0/+10 |
* | SIMD: Add new intrinsics to check true cross all vector lanes | Sayed Adel | 2022-09-19 | 1 | -6/+80 |
* | ENH, SIMD: Implement new universal intrinsic for max/min operations | Sayed Adel | 2022-09-17 | 1 | -57/+78 |
* | Merge pull request #20913 from seiko2plus/zsystem_sup | Matti Picus | 2022-06-12 | 1 | -11/+16 |
|\ |
|
| * | ENH, SIMD: Extend universal intrinsics to support IBMZ | Sayed Adel | 2022-06-04 | 1 | -11/+16 |
* | | TST: Add test to check comparison with NaN | Rafael CF Sousa | 2022-06-07 | 1 | -0/+28 |
|/ |
|
* | TST: Add test for andc (u8) | Rafael CF Sousa | 2022-05-29 | 1 | -43/+24 |
* | SIMD, ENH: Use logical bitwise to implement comparison functions (bool_) | Rafael CF Sousa | 2022-05-23 | 1 | -3/+42 |
* | SIMD: Use universal intrinsics to implement comparison functions | Rafael Cardoso Fernandes Sousa | 2022-05-23 | 1 | -0/+34 |
* | SIMD: Test lookup table intrinsics | Sayed Adel | 2022-01-19 | 1 | -0/+21 |
* | SIMD: add universal intrinsic for round to nearest | Sayed Adel | 2021-12-19 | 1 | -14/+16 |
* | ENH, SIMD: add new universal intrinsics for floor | HowJMay | 2021-12-12 | 1 | -1/+6 |
* | ENH, SIMD: add new universal intrinsics for trunc | HowJMay | 2021-11-16 | 1 | -6/+10 |
* | ENH: Implement SIMD for ceil | HowJMay | 2021-11-01 | 1 | -0/+27 |
* | TST, SIMD: Enhance the test case for SIMD integer division by adding several ... | Sayed Adel | 2021-10-23 | 1 | -50/+25 |
* | fix: typo spelling grammar | slowy07 | 2021-08-23 | 1 | -1/+1 |
* | TST, SIMD: Improve test cases of integer division | Sayed Adel | 2021-05-19 | 1 | -4/+7 |
* | ENH: Add max/min value comparison for integers | HowJmay | 2021-05-10 | 1 | -2/+17 |
* | DOC: Add missing test comment and fix the typo | HowJmay | 2021-05-03 | 1 | -8/+18 |
* | ENH: Add min values comparison for floating point | HowJmay | 2021-05-02 | 1 | -5/+25 |
* | ENH: Add max values comparison for floating point | HowJmay | 2021-05-01 | 1 | -0/+30 |
* | SIMD, TST: add test cases for NPYV fast integer division | Sayed Adel | 2021-03-08 | 1 | -0/+70 |
* | use more accurate words. | Qiyu8 | 2021-01-27 | 1 | -1/+1 |
* | improve sumup intriniscs. | Qiyu8 | 2021-01-25 | 1 | -6/+2 |
* | treat u8/u16 as overflow protection. | Qiyu8 | 2021-01-22 | 1 | -3/+17 |
* | Add new intrinsics sum_u8/u16/u64. | Qiyu8 | 2021-01-20 | 1 | -1/+4 |
* | BUG, SIMD: Fix _simd module build for 64bit ARM/NEON clang | Sayed Adel | 2020-12-29 | 1 | -3/+10 |
* | Add docstrings to indicate which intrinsics are tested. | Qiyu8 | 2020-12-23 | 1 | -0/+11 |
* | Merge branch 'master' of github.com:numpy/numpy into countnz | Qiyu8 | 2020-12-23 | 1 | -4/+114 |
|\ |
|
| * | ENH, SIMD: Add new NPYV intrinsics pack(1) | Sayed Adel | 2020-12-22 | 1 | -4/+114 |
* | | use max value to detect deviation | Qiyu8 | 2020-12-14 | 1 | -7/+5 |
* | | Merge branch 'master' of github.com:numpy/numpy into countnz | Qiyu8 | 2020-12-10 | 1 | -0/+40 |
|\ \
| |/ |
|
| * | ENH, SIMD: Add new NPYV intrinsics pack(0) | Sayed Adel | 2020-11-17 | 1 | -0/+40 |
* | | add non-AVX512BW instruments | Qiyu8 | 2020-12-10 | 1 | -1/+1 |
* | | use splited loops and add unit test for new intrinsics | Qiyu8 | 2020-12-09 | 1 | -1/+18 |
|/ |
|
* | TST, SIMD: Add test cases for sqrt, abs, recip and square intrinsics | Sayed Adel | 2020-11-03 | 1 | -1/+72 |
* | improve intrinsics and add sum intrinsic test | Qiyu8 | 2020-11-03 | 1 | -0/+10 |
* | MAINT, TST: Add testing cases for partial/non-contig load and store | Sayed Adel | 2020-10-27 | 1 | -7/+135 |
* | MAINT, TST: Serveral imporvments to _SIMD module | Sayed Adel | 2020-10-27 | 1 | -22/+18 |
* | TST: Add testing unit for fused NPYV intrinsics | Sayed Adel | 2020-10-27 | 1 | -1/+19 |
* | ENH, TST: Add testing unit that covers the current implemented intrinsics. | Sayed Adel | 2020-10-27 | 1 | -0/+408 |