diff options
author | Matti Picus <matti.picus@gmail.com> | 2020-06-11 20:51:46 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-11 20:51:46 +0300 |
commit | 12c0b0eac8ba4216011634bcec53aad41d129e70 (patch) | |
tree | 55380c98402e4b1fa2dab0b95608b3418473b73a /doc/source/user | |
parent | cfd099db9206e038896a7df90b02ae2f6c875f50 (diff) | |
download | numpy-12c0b0eac8ba4216011634bcec53aad41d129e70.tar.gz |
Update doc/source/user/building.rst
Co-authored-by: Warren Weckesser <warren.weckesser@gmail.com>
Diffstat (limited to 'doc/source/user')
-rw-r--r-- | doc/source/user/building.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/source/user/building.rst b/doc/source/user/building.rst index d04811635..6a880b59e 100644 --- a/doc/source/user/building.rst +++ b/doc/source/user/building.rst @@ -168,7 +168,8 @@ lower case). in NumPy since they have bugs that cause wrong output under easily reproducible conditions. If the vendor fixes those bugs, the library could be reinstated, but until then users compiling for themselves should use another linear - library or use the built-in (but slower) default, see the next section. + algebra library or use the built-in (but slower) default, see the next + section. Disabling ATLAS and other accelerated libraries |