summaryrefslogtreecommitdiff
path: root/numpy/core/src/common/simd/intdiv.h
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #21734 from hoodmane/check-x86-before-asmMatti Picus2022-06-121-1/+3
|\
| * ENH: Check that we are targeting x86 or x64 before using bsr asm instructionHood Chatham2022-06-111-1/+3
* | ENH, SIMD: Extend universal intrinsics to support IBMZSayed Adel2022-06-041-8/+8
|/
* ENH: Optimize floor_divide for VSX4/Power10Rafael Cardoso Fernandes Sousa2022-02-081-3/+0
* ENH: Add changes that allow NumPy to compile with clang-clKevin Sheppard2022-01-201-1/+1
* BUG, SIMD: Fix unsigned 8-bit integer divison by a scalarissue_20025Sayed Adel2021-10-231-1/+1
* BUG, SIMD: Fix 64-bit integer divison by a scalar on MSVC <= 2017Sayed Adel2021-10-211-2/+3
* DOC: Typos found by codespellDimitri Papadopoulos2021-09-211-1/+1
* SIMD: Fix computing the fast int32 division parametersSayed Adel2021-05-211-12/+12
* BUG, SIMD: Fix unexpected result of uint8 division on X86Sayed Adel2021-05-191-1/+3
* SIMD: add NPYV intrinsics that compute the parameters used for fast integer d...Sayed Adel2021-03-081-0/+473