Skip to content

Commit

Permalink
add NEWS
Browse files Browse the repository at this point in the history
tighten BLAS vendor API
  • Loading branch information
ViralBShah authored and staticfloat committed Feb 24, 2021
1 parent d4c970a commit 8972976
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@ Standard library changes

#### LinearAlgebra

* Use[Libblastrampoline](https://github.com/staticfloat/libblastrampoline/) to pick a BLAS and LAPACK at runtime. By default it forwards to OpenBLAS in the Julia distribution. The forwarding mechanism can be used by packages to replace the BLAS and LAPACK with user preferences. ([#39455])
* On aarch64, OpenBLAS now uses an ILP64 BLAS like all other 64-bit platforms. ([#39436])
* OpenBLAS is updated to 0.3.13. ([#39216])
* SuiteSparse is updated to 5.8.1. ([#39455])

#### Markdown

Expand Down

0 comments on commit 8972976

Please sign in to comment.