summaryrefslogtreecommitdiff
path: root/numpy/core/src/common/npy_cblas.h
Commit message (Expand)AuthorAgeFilesLines
* MAINT: replace `NPY_INLINE` with `inline`Ralf Gommers2022-11-251-1/+1
* MAINT: Standardize guards in numpy/core/src/common.Charles Harris2021-09-051-3/+3
* MAINT: npy_cblas.h: redefine NPY_CBLAS_CHUNK in terms of CBLAS_INT_MAXPauli Virtanen2020-08-211-5/+14
* BUG: core: fix ilp64 blas dot/vdot/... for strides > int32 maxPauli Virtanen2020-08-211-0/+26
* ENH: update BLAS symbol suffix/prefix handling in cblasfuncs & linalgPauli Virtanen2019-12-141-2/+28
* ENH: core: add 64_ suffixed cblas headerPauli Virtanen2019-11-291-550/+6
* MAINT: move private -> commonmattip2018-08-211-0/+584