Update Changelog for 0.3.17
authorMartin Kroeker <martin@ruby.chemie.uni-freiburg.de>
Thu, 15 Jul 2021 12:44:17 +0000 (14:44 +0200)
committerGitHub <noreply@github.com>
Thu, 15 Jul 2021 12:44:17 +0000 (14:44 +0200)
Changelog.txt

index 8cd1016..ee0484e 100644 (file)
@@ -1,5 +1,20 @@
 OpenBLAS ChangeLog
 ====================================================================
+Version 0.3.17
+ 15-Jul-2021
+
+common:
+ - reverted the optimization of SGEMV_N/DGEMV_N for small input sizes
+   and consecutive arguments as it led to stack overflows on x86_64
+   with some operating systems (notably OSX and Windows)
+ x86_64:
+  - reverted the performance patch for SGEMV_T on AVX512 as it caused
+    wrong results in some applications
+    
+ SPARC:
+  - fixed compilation with compilers other than gcc
+====================================================================
 Version 0.3.16
  11-Jul-2021