Browse Source

Merge pull request #3986 from martin-frbg/changelog0323

Update with 0.3.23 changes
tags/v0.3.23
Martin Kroeker GitHub 2 years ago
parent
commit
e2614eb6ce
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 17 additions and 0 deletions
  1. +17
    -0
      Changelog.txt

+ 17
- 0
Changelog.txt View File

@@ -1,4 +1,21 @@
OpenBLAS ChangeLog
====================================================================
Version 0.3.23
01-Apr-2023
general:
- fixed a serious regression in GETRF/GETF2 and ZGETRF/ZGETF2 where
subnormal but nonzero data elements triggered the singularity flag
- fixed a long-standing bug in CSPR/ZSPR in single-threaded operation
for cases where elements of the X vector are real numbers (or
complex with only the real part zero)
- fixed gmake builds with the option NO_LAPACK
- fixed a few instances in the gmake Makefiles where expressly
setting NO_LAPACK=0 or NO_LAPACKE=0 would have the opposite effect
x86_64:
- added further CPUID values for Intel Raptor Lake

====================================================================
Version 0.3.22
26-Mar-2023


Loading…
Cancel
Save