Skip to content

Commit b46875b

Browse files
committed
Revert Changelog.txt typos
1 parent 858e609 commit b46875b

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Changelog.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ ARMv8:
7474
* ARMV8 builds with the BINARY=32 option are now automatically handled as ARMV7
7575

7676
IBM Z:
77-
* optimized microkernels for single precision BLAS1/2 functions have been added
77+
* optimized microkernels for single precicion BLAS1/2 functions have been added
7878
for both Z13 and Z14
7979

8080
====================================================================
@@ -588,8 +588,8 @@ common:
588588
s/d/c/zaxpby, s/d/c/zimatcopy, s/d/c/zomatcopy.
589589
* Added OPENBLAS_CORETYPE environment for dynamic_arch. (a86d34)
590590
* Added NO_AVX2 flag for old binutils. (#401)
591-
* Support outputting the CPU corename on runtime.(#407)
592-
* Patched LAPACK to fix bug 114, 117, 118.
591+
* Support outputing the CPU corename on runtime.(#407)
592+
* Patched LAPACK to fix bug 114, 117, 118.
593593
(http://www.netlib.org/lapack/bug_list.html)
594594
* Disabled ?gemm3m for a work-around fix. (#400)
595595
x86/x86-64:
@@ -628,7 +628,7 @@ Version 0.2.9.rc1
628628
13-Jan-2013
629629
common:
630630
* Update LAPACK to 3.5.0 version
631-
* Fixed compatible issues with Clang and Pathscale compilers.
631+
* Fixed compatiable issues with Clang and Pathscale compilers.
632632

633633
x86/x86-64:
634634
* Optimization on Intel Haswell.
@@ -705,7 +705,7 @@ Version 0.2.5
705705
26-Nov-2012
706706
common:
707707
* Added NO_SHARED flag to disable generating the shared library.
708-
* Compile LAPACKE with ILP64 model when INTERFACE64=1 (#158)
708+
* Compile LAPACKE with ILP64 modle when INTERFACE64=1 (#158)
709709
* Export LAPACK 3.4.2 symbols in shared library. (#147)
710710
* Only detect the number of physical CPU cores on Mac OSX. (#157)
711711
* Fixed NetBSD build. (#155)
@@ -896,7 +896,7 @@ x86/x86_64:
896896
* Fixed #28 a wrong result of dsdot on x86_64.
897897
* Fixed #32 a SEGFAULT bug of zdotc with gcc-4.6.
898898
* Fixed #33 ztrmm bug on Nehalem.
899-
* Work-around #27 the low performance axpy issue with small input size & multithreads.
899+
* Work-around #27 the low performance axpy issue with small imput size & multithreads.
900900

901901
MIPS64:
902902
* Fixed #28 a wrong result of dsdot on Loongson3A/MIPS64.
@@ -919,7 +919,7 @@ common:
919919
* Imported GotoBLAS2 1.13 BSD version
920920

921921
x86/x86_64:
922-
* On x86 32bits, fixed a bug in zdot_sse2.S line 191. This would cause
922+
* On x86 32bits, fixed a bug in zdot_sse2.S line 191. This would casue
923923
zdotu & zdotc failures. Instead, work-around it. (Refs issue #8 #9 on github)
924924
* Modified ?axpy functions to return same netlib BLAS results
925925
when incx==0 or incy==0 (Refs issue #7 on github)

0 commit comments

Comments
 (0)