From da8435dc362a38a71925483081a5694f13240b1f Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Thu, 15 Jul 2021 14:44:17 +0200 Subject: [PATCH] Update Changelog for 0.3.17 --- Changelog.txt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/Changelog.txt b/Changelog.txt index 8cd101699..ee0484e2b 100644 --- a/Changelog.txt +++ b/Changelog.txt @@ -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