Skip to content

Commit c3f8de7

Browse files
authored
Merge pull request #3535 from martin-frbg/0320changes
Update with 0.3.20 changes
2 parents 77433af + c352ac0 commit c3f8de7

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

Changelog.txt

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,39 @@
11
OpenBLAS ChangeLog
2+
====================================================================
3+
Version 0.3.20
4+
20-Feb-2022
5+
6+
general:
7+
- some code cleanup, with added casts etc.
8+
- fixed obtaining the cpu count with OpenMP and OMP_PROC_BIND unset
9+
- fixed pivot index calculation by ?LASWP for negative increments other than one
10+
- fixed input argument check in LAPACK ? GEQRT2
11+
- improved the check for a Fortran compiler in CMAKE builds
12+
- disabled building OpenBLAS' optimized versions of LAPACK complex SPMV,SPR,SYMV,SYR with NO_LAPACK=1
13+
- fixed building of LAPACK on certain distributed filesystems with parallel gmake
14+
- fixed building the shared library on MacOS with classic flang
15+
16+
x86_64:
17+
- fixed cross-compilation with CMAKE for CORE2 target
18+
- fixed miscompilation of AVX512 code in DYNAMIC_ARCH builds
19+
- added support for the "incidental" AVX512 hardware in Alder Lake when enabled in BIOS
20+
21+
E2K:
22+
- add new architecture (Russian Elbrus E2000 family)
23+
24+
SPARC:
25+
- fix IMIN/IMAX
26+
27+
ARMV8:
28+
- added SVE-enabled CGEMM and ZGEMM kernels for ARMV8SVE and A64FX
29+
- added support for Neoverse N2 and V1 cpus
30+
31+
MIPS,MIPS64:
32+
- fixed autodetection of MSA capability
33+
34+
LOONGARCH64:
35+
- added an optimized DGEMM kernel
36+
237
====================================================================
338
Version 0.3.19
439
19-Dec-2021

0 commit comments

Comments
 (0)