From c5f280a7f0e875d83833d895b2b8b0e341efabf4 Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Sat, 24 Oct 2020 13:03:28 +0200 Subject: [PATCH] Fix typos --- Changelog.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Changelog.txt b/Changelog.txt index 1e843e38e..edd3563ec 100644 --- a/Changelog.txt +++ b/Changelog.txt @@ -4,14 +4,14 @@ Version 0.3.12 24-Oct-2020 common: - * Fixed missibg LAPACK functions (inadvertently dropped during + * Fixed missing BLAS/LAPACK functions (inadvertently dropped during the build system restructuring) * Fixed argument conversion macro in LAPACKE_zgesvdq (LAPACK #458) POWER: * Added optimized SCOPY/CCOPY kernels for POWER10 * 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 * Cleaned up compiler warnings