summaryrefslogtreecommitdiff
path: root/numpy/core/src/common
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #18884 from seiko2plus/breathe_doxygenMatti Picus2021-09-051-0/+1
|\
| * DOC: Add support for documenting C/C++ via Doxygen & BreatheSayed Adel2021-08-301-0/+1
* | STY: Small cleanups of includes in *.c files.Charles Harris2021-09-037-25/+20
* | MAIN: Minor include rationalization.Charles Harris2021-09-037-9/+16
|/
* MAINT: Remove redundant semicolonHowJMay2021-08-271-1/+1
* fix: typo spelling grammarslowy072021-08-231-4/+4
* TST: Add C-side "Scaled float" exampleSebastian Berg2021-07-261-0/+3
* TST: Add cygwin build to CI (#18330)DWesl2021-07-201-0/+45
* Merge pull request #19292 from seberg/hashmapCharles Harris2021-06-292-0/+252
|\
| * ENH: Add new hashtable to be used for ufunc dispatchingSebastian Berg2021-06-222-0/+252
* | BUG, SIMD: Fix detecting AVX512 features on DarwinSayed Adel2021-06-271-1/+23
|/
* SIMD: Fix computing the fast int32 division parametersSayed Adel2021-05-211-12/+12
* Merge pull request #19046 from seiko2plus/issue_19045Charles Harris2021-05-204-18/+21
|\
| * BUG, SIMD: Fix unexpected result of uint8 division on X86Sayed Adel2021-05-194-18/+21
* | BUG, SIMD: Fix NumPy build on ppc64le(IBM/Power) for old versions of GCC(<=6)Sayed Adel2021-05-192-5/+15
|/
* DOC: Add comment for ifdef macro guardHowJmay2021-05-164-4/+4
* Merge pull request #18889 from HowJMay/simd-min-max-integerCharles Harris2021-05-105-0/+178
|\
| * ENH: Add max/min value comparison for integersHowJmay2021-05-105-0/+178
* | Merge pull request #18836 from seberg/refactor-ufunc-fastpathMatti Picus2021-05-061-70/+0
|\ \
| * | MAINT: Generalize and shorten the ufunc "trivially iterable" pathSebastian Berg2021-04-221-70/+0
* | | MAINT: Adjust NumPy float hashing to Python's slightly changed hashSebastian Berg2021-05-041-0/+16
* | | MAINT: ssize_t -> Py_ssize_t and other fixes for Python v3.10.0 (gh-18890)Matti Picus2021-05-031-1/+1
| |/ |/|
* | ENH: Add min values comparison for floating pointHowJmay2021-05-025-0/+84
* | Merge pull request #18863 from HowJMay/simd-maxSayed Adel2021-04-305-0/+84
|\ \
| * | ENH: Add max values comparison for floating pointHowJmay2021-05-015-0/+84
| |/
* | Merge pull request #18855 from nschloe/crlfCharles Harris2021-04-291-262/+262
|\ \
| * | change CRLF line terminators to UnixNico Schlömer2021-04-261-262/+262
| |/
* | fix: Fix the typo "implment"HowJmay2021-04-283-9/+9
|/
* Merge pull request #18398 from seberg/casting-loop-signatureMatti Picus2021-03-181-99/+32
|\
| * DOC: Fix commentsSebastian Berg2021-02-171-11/+4
| * MAINT: Fix casting signatures to align with NEP 43Sebastian Berg2021-02-111-93/+33
* | ENH: Add vectorcall/fastcall argument parsing capabilitiesSebastian Berg2021-03-172-0/+517
* | SIMD, BUG: fix passing immediate values to npyv_setall_u64 on SSE/32-bitSayed Adel2021-03-081-15/+10
* | SIMD: add NPYV fast integer division intrinsics for NEONSayed Adel2021-03-081-1/+149
* | SIMD: add NPYV fast integer division intrinsics for VSXSayed Adel2021-03-081-0/+132
* | SIMD: add NPYV fast integer division intrinsics for AVX512Sayed Adel2021-03-081-2/+222
* | SIMD: add NPYV fast integer division intrinsics for AVX2Sayed Adel2021-03-081-2/+158
* | SIMD: add NPYV fast integer division intrinsics for SSESayed Adel2021-03-081-1/+176
* | SIMD: add NPYV intrinsics that compute the parameters used for fast integer d...Sayed Adel2021-03-082-0/+478
|/
* MAINT: Delete unused "src" clearing functions (#18347)Sebastian Berg2021-02-111-2/+1
* use more accurate words.Qiyu82021-01-275-5/+5
* improve sumup intriniscs.Qiyu82021-01-256-93/+111
* fix npyv_storea_u64 undefined error.Qiyu82021-01-222-3/+3
* correct the input paramater of f32.Qiyu82021-01-222-5/+5
* treat u8/u16 as overflow protection.Qiyu82021-01-227-46/+81
* Merge branch 'intrin-sum' of github.com:Qiyu8/numpy into intrin-sumQiyu82021-01-211-1/+1
|\
| * add neon sum_u8/u16/u64Qiyu82021-01-211-1/+1
* | Optimize the avx512 sum_u8/sum_u16.Qiyu82021-01-211-24/+28
|/
* Add new intrinsics sum_u8/u16/u64.Qiyu82021-01-205-0/+107
* ENH: cpu features detection implementation on FreeBSD ARMDavid Carlier2021-01-171-1/+24