summaryrefslogtreecommitdiff
path: root/numpy/core/src/umath/loops_comparison.dispatch.c.src
Commit message (Expand)AuthorAgeFilesLines
* BUG, SIMD: Fix memory overlap on comparison accumulateSayed Adel2022-12-211-13/+17
* BUG, SIMD: Fix the bitmask of the boolean comparisonSayed Adel2022-12-211-3/+3
* MAINT: replace `NPY_INLINE` with `inline`Ralf Gommers2022-11-251-1/+1
* ENH, SIMD: dispatch SIMD comparison for vx vxeSayed Adel2022-06-041-2/+3
* SIMD, ENH: Add universal intrinsic andc8 and use it to remove ifneqRafael CF Sousa2022-05-291-92/+109
* SIMD, ENH: Use logical bitwise to implement comparison functions (bool_)Rafael CF Sousa2022-05-231-6/+19
* SIMD: Use universal intrinsics to implement comparison functionsRafael Cardoso Fernandes Sousa2022-05-231-0/+421