summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSebastian Berg <sebastian@sipsolutions.net>2019-12-06 10:11:08 -0600
committerGitHub <noreply@github.com>2019-12-06 10:11:08 -0600
commitabde0a775e19b9f84cb3930f065cdf07f94f8526 (patch)
treef6f754203e97d22434a9ecbec97932b138a53a90 /doc
parent06055023f5db69a31d636d5adbf3b8595cfe2771 (diff)
parent80cf9fd93f2c1e361b8650c0eba96d21d4a588bc (diff)
downloadnumpy-abde0a775e19b9f84cb3930f065cdf07f94f8526.tar.gz
Merge pull request #15052 from pv/blas64-fixup
MAINT: follow-up cleanup for blas64 PR
Diffstat (limited to 'doc')
-rw-r--r--doc/source/release/1.18.0-notes.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/source/release/1.18.0-notes.rst b/doc/source/release/1.18.0-notes.rst
index e0b89ba67..0cea811fb 100644
--- a/doc/source/release/1.18.0-notes.rst
+++ b/doc/source/release/1.18.0-notes.rst
@@ -205,6 +205,11 @@ The `numpy.expand_dims` ``axis`` keyword can now accept a tuple of
axes. Previously, ``axis`` was required to be an integer.
(`gh-14051 <https://github.com/numpy/numpy/pull/14051>`__)
+Support for 64-bit OpenBLAS with symbol suffix
+----------------------------------------------
+Added support for 64-bit (ILP64) OpenBLAS compiled with
+``make INTERFACE64=1 SYMBOLSUFFIX=64_``. See ``site.cfg.example``
+for details.
Improvements
============