74
74
* ARMV8 builds with the BINARY=32 option are now automatically handled as ARMV7
75
75
76
76
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
78
78
for both Z13 and Z14
79
79
80
80
====================================================================
@@ -588,8 +588,8 @@ common:
588
588
s/d/c/zaxpby, s/d/c/zimatcopy, s/d/c/zomatcopy.
589
589
* Added OPENBLAS_CORETYPE environment for dynamic_arch. (a86d34)
590
590
* 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.
593
593
(http://www.netlib.org/lapack/bug_list.html)
594
594
* Disabled ?gemm3m for a work-around fix. (#400)
595
595
x86/x86-64:
@@ -628,7 +628,7 @@ Version 0.2.9.rc1
628
628
13-Jan-2013
629
629
common:
630
630
* 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.
632
632
633
633
x86/x86-64:
634
634
* Optimization on Intel Haswell.
@@ -705,7 +705,7 @@ Version 0.2.5
705
705
26-Nov-2012
706
706
common:
707
707
* 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)
709
709
* Export LAPACK 3.4.2 symbols in shared library. (#147)
710
710
* Only detect the number of physical CPU cores on Mac OSX. (#157)
711
711
* Fixed NetBSD build. (#155)
@@ -896,7 +896,7 @@ x86/x86_64:
896
896
* Fixed #28 a wrong result of dsdot on x86_64.
897
897
* Fixed #32 a SEGFAULT bug of zdotc with gcc-4.6.
898
898
* 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.
900
900
901
901
MIPS64:
902
902
* Fixed #28 a wrong result of dsdot on Loongson3A/MIPS64.
@@ -919,7 +919,7 @@ common:
919
919
* Imported GotoBLAS2 1.13 BSD version
920
920
921
921
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
923
923
zdotu & zdotc failures. Instead, work-around it. (Refs issue #8 #9 on github)
924
924
* Modified ?axpy functions to return same netlib BLAS results
925
925
when incx==0 or incy==0 (Refs issue #7 on github)
0 commit comments