Browse Source

Update Changelog for 0.3.17

tags/v0.3.17
Martin Kroeker GitHub 4 years ago
parent
commit
da8435dc36
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 15 additions and 0 deletions
  1. +15
    -0
      Changelog.txt

+ 15
- 0
Changelog.txt View 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



Loading…
Cancel
Save