| Commit message (Expand) | Author | Age | Files | Lines |
* | MAINT, SIMD: fix c++ build when AVX2 intrinsics are in the scope | Sayed Adel | 2023-02-20 | 1 | -8/+8 |
* | Fix typos found by copdespell | Dimitri Papadopoulos | 2023-02-11 | 1 | -1/+1 |
* | ENH, SIMD: Implment intrinsic for FMA multiply add(odd) and subtract(even) | Sayed Adel | 2023-01-29 | 1 | -0/+11 |
* | ENH, SIMD: Add special intrinsics for better non-contiguous/partial memory ac... | Sayed Adel | 2023-01-29 | 1 | -28/+338 |
* | ENH: Implement intrinsics for shuffle over 128-bit lane and unzip | Sayed Adel | 2023-01-29 | 1 | -0/+87 |
* | ENH, SIMD: Discard non-signaling comparison intrinsics | Sayed Adel | 2022-12-15 | 2 | -10/+1 |
* | ENH, SIMD: Add ordered comparison intrinsics guarantees non-signaling | Sayed Adel | 2022-12-14 | 1 | -1/+11 |
* | MAINT: Fix typos found by codespell | Dimitri Papadopoulos | 2022-10-07 | 1 | -1/+1 |
* | SIMD: Add new intrinsics to check true cross all vector lanes | Sayed Adel | 2022-09-19 | 2 | -4/+58 |
* | ENH, SIMD: Implement new universal intrinsic for max/min operations | Sayed Adel | 2022-09-17 | 2 | -1/+142 |
* | Merge pull request #20913 from seiko2plus/zsystem_sup | Matti Picus | 2022-06-12 | 1 | -0/+2 |
|\ |
|
| * | ENH, SIMD: Extend universal intrinsics to support IBMZ | Sayed Adel | 2022-06-04 | 1 | -0/+2 |
* | | BUG: switch _CMP_NEQ_OQ to _CMP_NEQ_UQ for npyv_cmpneq_f[32,64] | Rafael CF Sousa | 2022-06-07 | 1 | -2/+2 |
|/ |
|
* | SIMD, ENH: Add universal intrinsic andc8 and use it to remove ifneq | Rafael CF Sousa | 2022-05-29 | 1 | -3/+4 |
* | SIMD, ENH: Use logical bitwise to implement comparison functions (bool_) | Rafael CF Sousa | 2022-05-23 | 1 | -0/+5 |
* | SIMD: Use universal intrinsics to implement comparison functions | Rafael Cardoso Fernandes Sousa | 2022-05-23 | 1 | -0/+30 |
* | SIMD: Add new universal intrinsics for lookup table | Sayed Adel | 2022-01-19 | 1 | -0/+21 |
* | SIMD: add universal intrinsic for round to nearest | Sayed Adel | 2021-12-19 | 1 | -2/+6 |
* | ENH, SIMD: add new universal intrinsics for floor | HowJMay | 2021-12-12 | 1 | -0/+4 |
* | ENH, SIMD: add new universal intrinsics for trunc | HowJMay | 2021-11-16 | 1 | -0/+4 |
* | ENH: Implement SIMD for ceil | HowJMay | 2021-11-01 | 1 | -0/+4 |
* | fix up up | Sayed Adel | 2021-10-28 | 1 | -4/+4 |
* | fix up | Sayed Adel | 2021-10-28 | 1 | -8/+8 |
* | BUG, SIMD: Workaround broadcasting SIMD 64-bit integers on MSVC 32-bit mode | Sayed Adel | 2021-10-28 | 1 | -2/+25 |
* | MAINT: Remove redundant semicolon | HowJMay | 2021-08-27 | 1 | -1/+1 |
* | BUG, SIMD: Fix unexpected result of uint8 division on X86 | Sayed Adel | 2021-05-19 | 1 | -4/+4 |
* | DOC: Add comment for ifdef macro guard | HowJmay | 2021-05-16 | 1 | -1/+1 |
* | ENH: Add max/min value comparison for integers | HowJmay | 2021-05-10 | 1 | -0/+30 |
* | ENH: Add min values comparison for floating point | HowJmay | 2021-05-02 | 1 | -0/+19 |
* | Merge pull request #18863 from HowJMay/simd-max | Sayed Adel | 2021-04-30 | 1 | -0/+19 |
|\ |
|
| * | ENH: Add max values comparison for floating point | HowJmay | 2021-05-01 | 1 | -0/+19 |
* | | fix: Fix the typo "implment" | HowJmay | 2021-04-28 | 1 | -3/+3 |
|/ |
|
* | SIMD: add NPYV fast integer division intrinsics for AVX2 | Sayed Adel | 2021-03-08 | 1 | -2/+158 |
* | use more accurate words. | Qiyu8 | 2021-01-27 | 1 | -1/+1 |
* | improve sumup intriniscs. | Qiyu8 | 2021-01-25 | 1 | -19/+22 |
* | correct the input paramater of f32. | Qiyu8 | 2021-01-22 | 1 | -3/+3 |
* | treat u8/u16 as overflow protection. | Qiyu8 | 2021-01-22 | 1 | -12/+17 |
* | Add new intrinsics sum_u8/u16/u64. | Qiyu8 | 2021-01-20 | 1 | -0/+21 |
* | Merge branch 'master' of github.com:numpy/numpy into countnz | Qiyu8 | 2020-12-23 | 3 | -0/+35 |
|\ |
|
| * | Merge pull request #17790 from seiko2plus/npyv_new_intrinsic_pk1 | Matti Picus | 2020-12-22 | 3 | -0/+35 |
| |\ |
|
| | * | ENH, SIMD: Add new NPYV intrinsics pack(1) | Sayed Adel | 2020-12-22 | 3 | -0/+35 |
* | | | Merge branch 'master' of github.com:numpy/numpy into countnz | Qiyu8 | 2020-12-21 | 1 | -1/+0 |
|\ \ \
| |/ / |
|
| * | | remove extra headers. | Qiyu8 | 2020-12-11 | 1 | -1/+0 |
| * | | remove useless intrinsics and forced SIMD. | Qiyu8 | 2020-12-11 | 1 | -3/+0 |
| * | | Merge branch 'master' of github.com:numpy/numpy into usimd-compiled | Qiyu8 | 2020-12-11 | 6 | -4/+402 |
| |\ \
| | |/ |
|
| * | | test avx2 | Qiyu8 | 2020-09-18 | 1 | -1/+1 |
| * | | Merge branch 'master' of github.com:numpy/numpy into usimd-compiled | Qiyu8 | 2020-09-10 | 1 | -0/+44 |
| |\ \ |
|
| * | | | add AVX512/VSX support and small optimize | Qiyu8 | 2020-08-21 | 1 | -1/+1 |
| * | | | remove npyv_cvt and fix typos. | Qiyu8 | 2020-08-20 | 1 | -4/+0 |
| * | | | add neon adapt | Qiyu8 | 2020-08-18 | 1 | -0/+4 |