@@ -55,25 +55,25 @@ Version 0.2.7
5555common:
5656 * Support LSB (Linux Standard Base) 4.1.
5757 e.g. make CC=lsbcc
58- * Include LAPACK 3.4.2 source codes to the repo.
58+ * Include LAPACK 3.4.2 source codes to the repo.
5959 Avoid downloading at compile time.
6060 * Add NO_PARALLEL_MAKE flag to disable parallel make.
61- * Create openblas_get_parallel to retrieve information which
61+ * Create openblas_get_parallel to retrieve information which
6262 parallelization model is used by OpenBLAS. (Thank grisuthedragon)
6363 * Detect LLVM/Clang compiler. The default compiler is Clang on Mac OS X.
6464 * Change LIBSUFFIX from .lib to .a on windows.
6565 * A work-around for dtrti_U single thread bug. Replace it with LAPACK codes. (#191)
6666
6767x86/x86-64:
68- * Optimize c/zgemm, trsm, dgemv_n, ddot, daxpy, dcopy on
68+ * Optimize c/zgemm, trsm, dgemv_n, ddot, daxpy, dcopy on
6969 AMD Bulldozer. (Thank Werner Saar)
7070 * Add Intel Haswell support (using Sandybridge optimizations).
7171 (Thank Dan Luu)
7272 * Add AMD Piledriver support (using Bulldozer optimizations).
73- * Fix the computational error in zgemm avx kernel on
73+ * Fix the computational error in zgemm avx kernel on
7474 Sandybridge. (#237)
7575 * Fix the overflow bug in gemv.
76- * Fix the overflow bug in multi-threaded BLAS3, getrf when NUM_THREADS
76+ * Fix the overflow bug in multi-threaded BLAS3, getrf when NUM_THREADS
7777 is very large.(#214, #221, #246).
7878MIPS64:
7979 * Support loongcc (Open64 based) compiler for ICT Loongson 3A/B.
@@ -110,7 +110,7 @@ common:
110110 * Fixed NetBSD build. (#155)
111111 * Fixed compilation with TARGET=GENERIC. (#160)
112112x86/x86-64:
113- * Restore the original CPU affinity when calling
113+ * Restore the original CPU affinity when calling
114114 openblas_set_num_threads(1) (#153)
115115 * Fixed a SEGFAULT bug in dgemv_t when m is very large.(#154)
116116MIPS64:
@@ -120,13 +120,13 @@ Version 0.2.4
1201208-Oct-2012
121121common:
122122 * Upgraded LAPACK to 3.4.2 version. (#145)
123- * Provided support for passing CFLAGS, FFLAGS, PFLAGS,
123+ * Provided support for passing CFLAGS, FFLAGS, PFLAGS,
124124 FPFLAGS to make. (#137)
125- * f77blas.h:compatibility for compilers without C99 complex
125+ * f77blas.h:compatibility for compilers without C99 complex
126126 number support. (#141)
127127x86/x86-64:
128128 * Added NO_AVX flag. Check OS supporting AVX on runtime. (#139)
129- * Fixed zdot incompatibility ABI issue with GCC 4.7 on
129+ * Fixed zdot incompatibility ABI issue with GCC 4.7 on
130130 Windows 32-bit. (#140)
131131MIPS64:
132132 * Fixed the generation of shared library bug.
@@ -136,14 +136,14 @@ Version 0.2.3
13613620-Aug-2012
137137common:
138138 * Fixed LAPACK unstable bug about ?laswp. (#130)
139- * Fixed the shared library bug about unloading the library on
139+ * Fixed the shared library bug about unloading the library on
140140 Linux (#132).
141141 * Fixed the compilation failure on BlueGene/P (TARGET=PPC440FP2)
142142 Please use gcc and IBM xlf. (#134)
143143x86/x86-64:
144- * Supported goto_set_num_threads and openblas_set_num_threads
144+ * Supported goto_set_num_threads and openblas_set_num_threads
145145 APIs in Windows. They can set the number of threads on runtime.
146-
146+
147147====================================================================
148148Version 0.2.2
1491496-July-2012
@@ -191,14 +191,14 @@ x86/x86_64:
191191 * Auto-detect Intel Sandy Bridge Core i7-3xxx & Xeon E7 Westmere-EX.
192192 * Test alpha=Nan in dscale.
193193 * Fixed a SEGFAULT bug in samax on x86 windows.
194-
194+
195195====================================================================
196196Version 0.1.0
19719723-Mar-2012
198198common:
199199 * Set soname of shared library on Linux.
200- * Added LIBNAMESUFFIX flag in Makefile.rule. The user can use
201- this flag to control the library name, e.g. libopenblas.a,
200+ * Added LIBNAMESUFFIX flag in Makefile.rule. The user can use
201+ this flag to control the library name, e.g. libopenblas.a,
202202 libopenblas_ifort.a or libopenblas_omp.a.
203203 * Added GEMM_MULTITHREAD_THRESHOLD flag in Makefile.rule.
204204 The lib use single thread in GEMM function with small matrices.
@@ -229,7 +229,7 @@ x86/x86_64:
229229Version 0.1 alpha2.4
23023018-Sep-2011
231231common:
232- * Fixed a bug about installation. The header file "fblas77.h"
232+ * Fixed a bug about installation. The header file "fblas77.h"
233233 works fine now.
234234 * Fixed #61 a building bug about setting TARGET and DYNAMIC_ARCH.
235235 * Try to handle absolute path of shared library in OSX. (#57)
@@ -238,49 +238,49 @@ common:
238238 $(PREFIX)/lib
239239
240240x86/x86_64:
241- * Fixed #58 zdot/xdot SEGFAULT bug with GCC-4.6 on x86. According
242- to i386 calling convention, The callee should remove the first
243- hidden parameter.Thank Mr. John for this patch.
241+ * Fixed #58 zdot/xdot SEGFAULT bug with GCC-4.6 on x86. According
242+ to i386 calling convention, The callee should remove the first
243+ hidden parameter.Thank Mr. John for this patch.
244244
245245====================================================================
246246Version 0.1 alpha2.3
2472475-Sep-2011
248248
249249x86/x86_64:
250- * Added DTB_ENTRIES into dynamic arch setting parameters. Now,
250+ * Added DTB_ENTRIES into dynamic arch setting parameters. Now,
251251 it can read DTB_ENTRIES on runtime. (Refs issue #55 on github)
252252
253253====================================================================
254254Version 0.1 alpha2.2
25525514-Jul-2011
256256
257257common:
258- * Fixed a building bug when DYNAMIC_ARCH=1 & INTERFACE64=1.
258+ * Fixed a building bug when DYNAMIC_ARCH=1 & INTERFACE64=1.
259259 (Refs issue #44 on github)
260260
261261====================================================================
262262Version 0.1 alpha2.1
26326328-Jun-2011
264264
265265common:
266- * Stop the build and output the error message when detecting
266+ * Stop the build and output the error message when detecting
267267 fortran compiler failed. (Refs issue #42 on github)
268268
269269====================================================================
270270Version 0.1 alpha2
27127123-Jun-2011
272272
273273common:
274- * Fixed blasint undefined bug in <cblas.h> file. Other software
274+ * Fixed blasint undefined bug in <cblas.h> file. Other software
275275 could include this header successfully(Refs issue #13 on github)
276- * Fixed the SEGFAULT bug on 64 cores. On SMP server, the number
277- of CPUs or cores should be less than or equal to 64.(Refs issue #14
276+ * Fixed the SEGFAULT bug on 64 cores. On SMP server, the number
277+ of CPUs or cores should be less than or equal to 64.(Refs issue #14
278278 on github)
279279 * Support "void goto_set_num_threads(int num_threads)" and "void
280280 openblas_set_num_threads(int num_threads)" when USE_OPENMP=1
281- * Added extern "C" to support C++. Thank Tasio for the patch(Refs
281+ * Added extern "C" to support C++. Thank Tasio for the patch(Refs
282282 issue #21 on github)
283- * Provided an error message when the arch is not supported.(Refs
283+ * Provided an error message when the arch is not supported.(Refs
284284 issue #19 on github)
285285 * Fixed issue #23. Fixed a bug of f_check script about generating link flags.
286286 * Added openblas_set_num_threads for Fortran.
@@ -298,7 +298,7 @@ x86/x86_64:
298298 * Work-around #27 the low performance axpy issue with small imput size & multithreads.
299299
300300MIPS64:
301- * Fixed #28 a wrong result of dsdot on Loongson3A/MIPS64.
301+ * Fixed #28 a wrong result of dsdot on Loongson3A/MIPS64.
302302 * Optimized single/double precision BLAS Level3 on Loongson3A/MIPS64. (Refs #2)
303303 * Optimized single/double precision axpy function on Loongson3A/MIPS64. (Refs #3)
304304
@@ -307,9 +307,9 @@ Version 0.1 alpha1
30730720-Mar-2011
308308
309309common:
310- * Support "make NO_LAPACK=1" to build the library without
310+ * Support "make NO_LAPACK=1" to build the library without
311311 LAPACK functions.
312- * Fixed randomly SEGFAULT when nodemask==NULL with above Linux 2.6.34.
312+ * Fixed randomly SEGFAULT when nodemask==NULL with above Linux 2.6.34.
313313 Thank Mr.Ei-ji Nakama providing this patch. (Refs issue #12 on github)
314314 * Added DEBUG=1 rule in Makefile.rule to build debug version.
315315 * Disable compiling quad precision in reference BLAS library(netlib BLAS).
@@ -318,15 +318,15 @@ common:
318318 * Imported GotoBLAS2 1.13 BSD version
319319
320320x86/x86_64:
321- * On x86 32bits, fixed a bug in zdot_sse2.S line 191. This would casue
321+ * On x86 32bits, fixed a bug in zdot_sse2.S line 191. This would casue
322322 zdotu & zdotc failures. Instead, work-around it. (Refs issue #8 #9 on github)
323- * Modified ?axpy functions to return same netlib BLAS results
323+ * Modified ?axpy functions to return same netlib BLAS results
324324 when incx==0 or incy==0 (Refs issue #7 on github)
325- * Modified ?swap functions to return same netlib BLAS results
325+ * Modified ?swap functions to return same netlib BLAS results
326326 when incx==0 or incy==0 (Refs issue #6 on github)
327- * Modified ?rot functions to return same netlib BLAS results
327+ * Modified ?rot functions to return same netlib BLAS results
328328 when incx==0 or incy==0 (Refs issue #4 on github)
329- * Detect Intel Westmere,Intel Clarkdale and Intel Arrandale
329+ * Detect Intel Westmere,Intel Clarkdale and Intel Arrandale
330330 to use Nehalem codes.
331331 * Fixed a typo bug about compiling dynamic ARCH library.
332332MIPS64:
0 commit comments