Skip to content

Commit 2fe9271

Browse files
ViralBShahstaticfloat
authored andcommitted
add NEWS
tighten BLAS vendor API
1 parent d7ba7ac commit 2fe9271

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

NEWS.md

+4
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,10 @@ Standard library changes
6060

6161
#### LinearAlgebra
6262

63+
* 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])
64+
* On aarch64, OpenBLAS now uses an ILP64 BLAS like all other 64-bit platforms. ([#39436])
65+
* OpenBLAS is updated to 0.3.13. ([#39216])
66+
* SuiteSparse is updated to 5.8.1. ([#39455])
6367

6468
#### Markdown
6569

0 commit comments

Comments
 (0)