| Commit message (Expand) | Author | Age | Files | Lines |
| * | BUG, MAINT: improve avx512 mask logical operations | Sayed Adel | 2021-01-10 | 2 | -2/+151 |
| * | BUG, SIMD: Fix _simd module build for 64bit ARM/NEON clang | Sayed Adel | 2021-01-05 | 1 | -6/+6 |
| * | MAINT, BLD: few tweaks in the comments and log message | Sayed Adel | 2021-01-03 | 1 | -2/+2 |
| * | BUG, BLD: Generate the main dispatcher config header into the build dir | Sayed Adel | 2021-01-03 | 1 | -2/+2 |
| * | Merge pull request #17655 from pitmanst/zos.build | Ralf Gommers | 2020-11-26 | 1 | -0/+9 |
| |\ |
|
| | * | BLD: Fix installing Numpy on z/OS | Steven Pitman | 2020-10-27 | 1 | -0/+9 |
| * | | Merge pull request #16247 from seiko2plus/to_npyv_unaryfp_g0 | Matti Picus | 2020-11-10 | 12 | -6/+274 |
| |\ \ |
|
| | * | | MAINT: reorder `Python.h` to suppress warning 'declaration of 'struct timespec*' | Sayed Adel | 2020-11-03 | 1 | -1/+1 |
| | * | | ENH, SIMD: Add sqrt, abs, recip and square intrinsics for f32/64 | Sayed Adel | 2020-11-03 | 11 | -5/+273 |
| * | | | Merge pull request #17700 from Qiyu8/fix-typos | Matti Picus | 2020-11-03 | 1 | -6/+6 |
| |\ \ \
| |/ /
|/| | |
|
| | * | | fix small typos. | Qiyu8 | 2020-11-03 | 1 | -6/+6 |
| | |/ |
|
| * | | improve intrinsics and add sum intrinsic test | Qiyu8 | 2020-11-03 | 5 | -17/+23 |
| * | | add a newline at the end of the file. | Qiyu8 | 2020-11-02 | 5 | -5/+5 |
| * | | SIMD: Add sum intrinsics for float/double. | Qiyu8 | 2020-10-30 | 5 | -0/+112 |
| |/ |
|
| * | ENH, SIMD: Add partial/non-contig load and store intrinsics for 32/64-bit | Sayed Adel | 2020-10-09 | 8 | -118/+1603 |
| * | MAINT: Replace PyUString_ConcatAndDel in array_assign.c | Charles Harris | 2020-09-30 | 1 | -12/+15 |
| * | Merge pull request #17258 from seiko2plus/npyv_fused | Matti Picus | 2020-09-08 | 5 | -1/+175 |
| |\ |
|
| | * | NPYV: add fused multiply subtract/add intrinics for all supported platforms | Sayed Adel | 2020-09-07 | 5 | -1/+175 |
| * | | MAINT: Mark functions from npysort as NPY_NO_EXPORT | Eric Moore | 2020-09-03 | 3 | -32/+32 |
| |/ |
|
| * | Merge pull request #17201 from eric-wieser/NPY_CPU_DISPATCH_CALL-expr | Matti Picus | 2020-09-01 | 1 | -14/+19 |
| |\ |
|
| | * | MAINT: Make the `NPY_CPU_DISPATCH_CALL` macros expressions not statements | Eric Wieser | 2020-08-31 | 1 | -14/+19 |
| * | | MAINT: Remove redundant headers (#17163) | Chunlin | 2020-09-01 | 1 | -1/+0 |
| * | | MAINT: Improve error handling in npy_cpu_init | Eric Wieser | 2020-08-31 | 1 | -33/+43 |
| |/ |
|
| * | MAINT: Replace PyUString_* by PyUnicode_* equivalents. | Charles Harris | 2020-08-23 | 1 | -2/+2 |
| * | MAINT: npy_cblas.h: redefine NPY_CBLAS_CHUNK in terms of CBLAS_INT_MAX | Pauli Virtanen | 2020-08-21 | 1 | -5/+14 |
| * | BUG: core: fix ilp64 blas dot/vdot/... for strides > int32 max | Pauli Virtanen | 2020-08-21 | 1 | -0/+26 |
| * | MAINT: Add error return to all casting functionality and NpyIter | Sebastian Berg | 2020-08-11 | 1 | -29/+8 |
| * | Merge pull request #16397 from seiko2plus/implement_npyv | Matti Picus | 2020-07-10 | 39 | -0/+4450 |
| |\ |
|
| | * | ENH: [4/4] implement the NumPy C SIMD vectorization interface | Sayed Adel | 2020-07-08 | 7 | -0/+763 |
| | * | ENH: [3/4] implement the NumPy C SIMD vectorization interface | Sayed Adel | 2020-07-08 | 7 | -0/+748 |
| | * | ENH: [2/4] implement the NumPy C SIMD vectorization interface | Sayed Adel | 2020-07-08 | 25 | -0/+2578 |
| | * | ENH: [1/4] implement the NumPy C SIMD vectorization interface | Sayed Adel | 2020-07-08 | 6 | -0/+361 |
| * | | Merge pull request #16395 from seiko2plus/disable_validate_features | Matti Picus | 2020-07-08 | 2 | -1/+195 |
| |\ \ |
|
| | * | | ENH: several improvements to the CPU features detection | Sayed Adel | 2020-07-08 | 2 | -44/+71 |
| | * | | ENH: Add ability to disable certain dispatch-able CPU features in runtime | Sayed Adel | 2020-07-03 | 2 | -10/+128 |
| | * | | ENH: Validate CPU baseline features during the load of NumPy module. | Sayed Adel | 2020-06-18 | 2 | -1/+50 |
| | |/ |
|
| * | | Removed more blacklist | Erfan Nariman | Veneficus | 2020-06-24 | 1 | -1/+1 |
| |/ |
|
| * | ENH: [6/7] enable multi-platform SIMD compiler optimizations | Sayed Adel | 2020-06-16 | 2 | -2/+83 |
| * | ENH: [5/7] enable multi-platform SIMD compiler optimizations | Sayed Adel | 2020-06-16 | 2 | -0/+261 |
| * | ENH: Improve the ARM cpu feature detection by parsing /proc/cpuinfo (#16321) | Chunlin | 2020-06-08 | 2 | -25/+268 |
| * | MAINT:ARMHF Fix detecting feature groups NEON_HALF and NEON_VFPV4 | Sayed Adel | 2020-06-07 | 1 | -3/+4 |
| * | Merge pull request #16304 from seiko2plus/issue_16302 | Charles Harris | 2020-05-27 | 1 | -1/+3 |
| |\ |
|
| | * | TST, MAINT: Fix detecting and testing armhf features | Sayed Adel | 2020-05-26 | 1 | -1/+3 |
| * | | ENH: Optimize Cpu feature detect in X86, fix for GCC on macOS (#16297) | Chunlin | 2020-05-26 | 1 | -6/+14 |
| |/ |
|
| * | Merge pull request #16238 from seberg/maint-cached-imports | Matti Picus | 2020-05-18 | 1 | -1/+1 |
| |\ |
|
| | * | MAINT: Unify cached (C-level static) imports | Sebastian Berg | 2020-05-14 | 1 | -1/+1 |
| * | | DOC: Fix typos and cosmetic issues | Martin Michlmayr | 2020-05-17 | 1 | -1/+1 |
| |/ |
|
| * | DOC: Add missing bracket (gh-16051) | Chunlin | 2020-04-25 | 2 | -3/+3 |
| * | Merge pull request #15385 from eric-wieser/fix-unicode-ucs2 | Sebastian Berg | 2020-02-13 | 2 | -114/+8 |
| |\ |
|
| | * | BUG, MAINT: Stop using the error-prone deprecated Py_UNICODE apis | Eric Wieser | 2020-02-08 | 2 | -114/+8 |