Fix typos
This commit is contained in:
parent
6e3a05f2c9
commit
c5f280a7f0
|
@ -4,14 +4,14 @@ Version 0.3.12
|
||||||
24-Oct-2020
|
24-Oct-2020
|
||||||
|
|
||||||
common:
|
common:
|
||||||
* Fixed missibg LAPACK functions (inadvertently dropped during
|
* Fixed missing BLAS/LAPACK functions (inadvertently dropped during
|
||||||
the build system restructuring)
|
the build system restructuring)
|
||||||
* Fixed argument conversion macro in LAPACKE_zgesvdq (LAPACK #458)
|
* Fixed argument conversion macro in LAPACKE_zgesvdq (LAPACK #458)
|
||||||
|
|
||||||
POWER:
|
POWER:
|
||||||
* Added optimized SCOPY/CCOPY kernels for POWER10
|
* Added optimized SCOPY/CCOPY kernels for POWER10
|
||||||
* Increased and unified the default size of the GEMM BUFFER
|
* Increased and unified the default size of the GEMM BUFFER
|
||||||
* Fixed building for POWER1ß in DYNAMIC_ARCH mode
|
* Fixed building for POWER10 in DYNAMIC_ARCH mode
|
||||||
* POWER10 compatibility test now checks binutils version as well
|
* POWER10 compatibility test now checks binutils version as well
|
||||||
* Cleaned up compiler warnings
|
* Cleaned up compiler warnings
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue