Skip to content

Commit 415876d

Browse files
authored
Merge pull request #3315 from martin-frbg/changelog0317
Update Changelog for 0.3.17
2 parents 4c7065f + da8435d commit 415876d

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

Changelog.txt

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
OpenBLAS ChangeLog
22
====================================================================
3+
Version 0.3.17
4+
15-Jul-2021
5+
6+
common:
7+
- reverted the optimization of SGEMV_N/DGEMV_N for small input sizes
8+
and consecutive arguments as it led to stack overflows on x86_64
9+
with some operating systems (notably OSX and Windows)
10+
11+
x86_64:
12+
- reverted the performance patch for SGEMV_T on AVX512 as it caused
13+
wrong results in some applications
14+
15+
SPARC:
16+
- fixed compilation with compilers other than gcc
17+
====================================================================
318
Version 0.3.16
419
11-Jul-2021
520

0 commit comments

Comments
 (0)