| Commit message (Expand) | Author | Age | Files | Lines |
* | ENH: Make signed/unsigned integer comparisons exact | Sebastian Berg | 2023-05-04 | 1 | -0/+42 |
* | ENH, SIMD: dispatch the rest of all ufuncs with fast calls | Sayed Adel | 2023-02-20 | 1 | -82/+0 |
* | ENH, SIMD: move auto-vectorized inner functions to new dispatchable source | Sayed Adel | 2023-02-20 | 1 | -154/+5 |
* | Merge pull request #23181 from mhvk/ufunc-at-complex-add-subtract-multiply | Matti Picus | 2023-02-10 | 1 | -0/+42 |
|\ |
|
| * | ENH: enable fast indexed loops for complex add, subtract, multiply | Marten van Kerkwijk | 2023-02-09 | 1 | -0/+42 |
* | | ENH: add indexed loops for maximum, minimum, fmax, fmin (#23177) | Matti Picus | 2023-02-09 | 1 | -4/+51 |
|/ |
|
* | Merge pull request #23136 from mattip/indexed-loopos | Sebastian Berg | 2023-02-07 | 1 | -1/+101 |
|\ |
|
| * | MAINT: rework release note, changes from review | mattip | 2023-02-05 | 1 | -6/+6 |
| * | MAINT, BUG: fixes from review and testing | mattip | 2023-02-01 | 1 | -16/+63 |
| * | ENH: use an indexed loop if possible in ufunc_at | mattip | 2023-01-30 | 1 | -3/+3 |
| * | ENH: add indexed lower loops and connect them to ufuncs | mattip | 2023-01-30 | 1 | -4/+45 |
| * | ENH: add indexed loops | mattip | 2023-01-30 | 1 | -0/+12 |
* | | ENH: remove raw SIMD of complex operations | Sayed Adel | 2023-01-29 | 1 | -22/+6 |
|/ |
|
* | ENH: Implement SIMD versions of isnan,isinf, isfinite and signbit | Developer-Ecosystem-Engineering | 2023-01-04 | 1 | -16/+8 |
* | ENH: Add SIMD versions of bool logical_and, logical_or, logical_not and absolute | Developer-Ecosystem-Engineering | 2022-12-06 | 1 | -92/+0 |
* | ENH: Add SIMD versions of negative | Developer-Ecosystem-Engineering | 2022-11-28 | 1 | -19/+0 |
* | review feedback, make lint happy | Developer-Ecosystem-Engineering | 2022-10-19 | 1 | -1/+0 |
* | ENH: Remove AVX related functions from non x86 based builds | Developer-Ecosystem-Engineering | 2022-08-23 | 1 | -2/+9 |
* | TST: Add NULL checks to generic object ufunc loops and getitem | Sebastian Berg | 2022-06-21 | 1 | -0/+16 |
* | SIMD: Use universal intrinsics to implement comparison functions | Rafael Cardoso Fernandes Sousa | 2022-05-23 | 1 | -29/+24 |
* | Merge pull request #21124 from rafaelcfsousa/p10_enh_modulo | Matti Picus | 2022-04-27 | 1 | -102/+0 |
|\ |
|
| * | ENH,SIMD: Vectorize modulo/divide using the universal intrinsics | Rafael Cardoso Fernandes Sousa | 2022-04-15 | 1 | -102/+0 |
* | | ENH: help compilers to auto-vectorize reduction operators | Jérôme Richard | 2022-02-26 | 1 | -4/+1 |
|/ |
|
* | SIMD: replace raw AVX512 of floor/trunc/rint with universal intrinsics | Sayed Adel | 2022-01-19 | 1 | -56/+0 |
* | ENH: remove raw x86 SIMD of max/min | Sayed Adel | 2021-12-31 | 1 | -33/+0 |
* | Merge branch 'numpy:main' into as_min_max | Developer-Ecosystem-Engineering | 2021-11-18 | 1 | -4/+4 |
|\ |
|
| * | SIMD: replace raw SIMD of ceil with universal intrinsics | Sayed Adel | 2021-11-06 | 1 | -4/+4 |
* | | Reorganize NEON min/max implementation to be more generic | Developer-Ecosystem-Engineering | 2021-11-18 | 1 | -89/+0 |
* | | BUG: NEON min/max is slow (#17989) | Developer-Ecosystem-Engineering | 2021-10-18 | 1 | -0/+9 |
|/ |
|
* | MAIN: Minor include rationalization. | Charles Harris | 2021-09-03 | 1 | -2/+2 |
* | MAINT: Remove redundant semicolon | HowJMay | 2021-08-27 | 1 | -1/+1 |
* | BUG: Removed floor_divide definition for complex type | Ganesh Kathiresan | 2021-05-29 | 1 | -36/+0 |
* | SIMD: Removed umath code | Ganesh Kathiresan | 2021-05-20 | 1 | -86/+0 |
* | ENH, SIMD: Use integer dispatch | Ganesh Kathiresan | 2021-03-20 | 1 | -16/+0 |
* | Update comment | Isuru Fernando | 2021-03-14 | 1 | -1/+1 |
* | Fix overflow warning on apple silicon | Isuru Fernando | 2021-03-07 | 1 | -0/+15 |
* | ENH, SIMD: Ditching the old CPU dispatcher(Exp & Log) (#18101) | Sayed Adel | 2021-01-07 | 1 | -119/+19 |
* | SIMD: Replace raw SIMD of sin/cos with NPYV | Sayed Adel | 2020-12-26 | 1 | -24/+2 |
* | ENH, SIMD: Ditching the old CPU dispatcher(Arithmetic) | Sayed Adel | 2020-12-14 | 1 | -221/+37 |
* | Merge pull request #17727 from ganesh-k13/enh_14959-libdivide | Matti Picus | 2020-12-02 | 1 | -30/+173 |
|\ |
|
| * | MAINT: Linting fixes | Ganesh Kathiresan | 2020-12-01 | 1 | -6/+6 |
| * | BUG,TST: Fixed division by 0 status setting | Ganesh Kathiresan | 2020-11-24 | 1 | -21/+7 |
| * | BUG: Added better 0 checks | Ganesh Kathiresan | 2020-11-23 | 1 | -4/+34 |
| * | ENH: Removed unsed macro check | Ganesh Kathiresan | 2020-11-22 | 1 | -2/+0 |
| * | ENH: Remove looping definitions | Renamed fast loop macros | Ganesh Kathiresan | 2020-11-22 | 1 | -16/+16 |
| * | ENH: Optimized 0 divisor cases | Ganesh Kathiresan | 2020-11-21 | 1 | -42/+71 |
| * | ENH: Added libdivide to timedelta | Ganesh Kathiresan | 2020-11-13 | 1 | -19/+68 |
| * | ENH: Removed legacy division | Ganesh Kathiresan | 2020-11-12 | 1 | -31/+6 |
| * | ENH: Linting | Ganesh Kathiresan | 2020-11-12 | 1 | -1/+1 |
| * | ENH: Change comments | Ganesh Kathiresan | 2020-11-12 | 1 | -1/+0 |