Update Changelog for 0.3.16
[platform/upstream/openblas.git] / Changelog.txt
1 OpenBLAS ChangeLog
2 ====================================================================
3 Version 0.3.16
4  11-Jul-2021
5
6 common:
7  - drastically reduced the stack size requirements for running the LAPACK
8    testsuite (Reference-LAPACK PR 553)
9  - fixed spurious test failures in the LAPACK testsuite (Reference-LAPACK
10    PR 564)
11  - expressly setting DYNAMIC_ARCH=0 no longer enables dynamic_arch mode 
12  - improved performance of xGER, xSPR, xSPR2, xSYR, xSYR2, xTRSV, SGEMV_N 
13    and DGEMV_N, for small input sizes and consecutive arguments
14  - improved performance of xGETRF, xPORTF and xPOTRI for small input sizes
15    by disabling multithreading
16  - fixed installing with BSD versions of the "install" utility
17
18 RISCV:
19  - fixed the implementation of xIMIN
20  - improved the performance of DSDOT
21  - fixed linking of the tests on C910V with current vendor gcc
22
23 POWER:
24 - fixed SBGEMM computation for some odd value inputs
25 - fixed compilation for PPCG4, PPC970, POWER3, POWER4 and POWER5
26
27 x86_64:
28  - improved performance of SGEMV_N and SGEMV_T for small N on AVX512-capable cpus
29  - worked around a miscompilation of ZGEMM/ZTRMM on Sandybridge with old gcc
30    versions
31  - fixed compilation with MS Visual Studio versions older than 2017
32  - fixed macro name collision with winnt.h from the latest Win10 SDK
33  - added cpu type autodetection for Intel Ice Lake SP
34  - fixed cpu type autodetection for Intel Tiger Lake
35  - added cpu type autodetection for recent Centaur/Zhaoxin models
36  - fixed compilation with musl libc
37
38 ARM64:
39 - fixed compilation with gcc/gfortran on the Apple M1
40 - fixed linking of the tests on FreeBSD
41 - fixed missing restore of a register in the recently rewritten DNRM2 kernel
42   for ThunderX2 and Neoverse N1 that could cause spurious failures in e.g.
43   DGEEV
44 - added compiler optimization flags for the EMAG8180
45 - added initial support for Cortex A55
46
47 ARM:
48 - fixed linking of the tests on FreeBSD
49
50 ====================================================================
51 Version 0.3.15
52   2-May-2021
53
54 common:
55  - imported improvements and bugfixes from Reference-LAPACK 3.9.1
56  - imported LAPACKE interface fixes from Reference-LAPACK PRs 534 + 537
57  - fixed a problem in the cpu detection of 0.3.14 that prevented cross-compilation
58  - fixed a sequence problem in the generation of softlinks to the library in GMAKE
59
60 RISC V:
61  - fixed compilation on RISCV (missing entry in getarch)
62  - fixed a potential division by zero in CROTG and ZROTG
63
64 POWER:
65  - fixed LAPACK testsuite failures seen with the NVIDIA HPC compiler
66  - improved CGEMM, DGEMM and ZGEMM performance on POWER10
67  - added an optimized ZGEMV kernel for POWER10
68  - fixed a potential division by zero in CROTG and ZROTG
69
70 x86_64:
71  - added support for Intel Control-flow Enforcement Technology (CET)
72  - reverted the DOMATCOPY_RT code to the generic C version
73  - fixed a bug in the AVX512 SGEMM kernel introduced in 0.3.14
74  - fixed misapplication of -msse flag to non-SSE cpus in DYNAMIC_ARCH
75  - added support for compilation of the benchmarks on older OSX versions
76  - fix propagation of the NO_AVX512 option in CMAKE builds
77  - fix compilation of the AVX512 SGEMM kernel with clang-cl on Windows
78  - fixed compilation of the CTESTs with INTERFACE64=1 (random faults on OSX)
79  - corrected the Haswell DROT kernel to require AVX2/FMA3 rather than AVX512
80
81 ARM:
82  - fixed a potential division by zero in CROTG and ZROTG
83  - fixed a potential overflow in IMATCOPY/ZIMATCOPY and the CTESTs
84
85 ARM64:
86  - fixed spurious reads outside the array in the SGEMM tcopy macro
87  - fixed a potential division by zero in CROTG and ZROTG
88  - fixed a segmentation fault in DYNAMIC_ARCH builds (reappeared in 0.3.14)
89
90 MIPS
91  - fixed a potential division by zero in CROTG and ZROTG
92  - fixed a potential overflow in IMATCOPY/ZIMATCOPY and the CTESTs
93
94 MIPS64:
95  - fixed a potential division by zero in CROTG and ZROTG
96
97 SPARC:
98  - fixed a potential division by zero in CROTG and ZROTG
99
100 ====================================================================
101 Version 0.3.14
102  17-Mar-2021
103  
104  common:
105         * Fixed a race condition on thread shutdown in non-OpenMP builds
106         * Fixed custom BUFFERSIZE option getting ignored in gmake builds
107         * Fixed CMAKE compilation of the TRMM kernels for GENERIC platforms
108         * Added CBLAS interfaces for CROTG, ZROTG, CSROT and ZDROT
109         * Improved performance of OMATCOPY_RT across all platforms
110         * Changed perl scripts to use env instead of a hardcoded /usr/bin/perl
111         * Fixed potential misreading of the GCC compiler version in the build scripts
112         * Fixed convergence problems in LAPACK complex GGEV/GGES (Reference-LAPACK #477)
113         * Reduced the stacksize requirements for running the LAPACK testsuite (Reference-LAPACK #335)
114
115  RISCV:
116         * Fixed compilation on RISCV (missing entry in getarch)
117         
118  POWER:
119         * Fixed compilation for DYNAMIC_ARCH with clang and with old gcc versions
120         * Added support for compilation on FreeBSD/ppc64le
121         * Added optimized POWER10 kernels for SSCAL, DSCAL, CSCAL, ZSCAL
122         * Added optimized POWER10 kernels for SROT, DROT, CDOT, SASUM, DASUM
123         * Improved SSWAP, DSWAP, CSWAP, ZSWAP performance on POWER10
124         * Improved SCOPY and CCOPY performance on POWER10
125         * Improved SGEMM and DGEMM performance on POWER10
126         * Added support for compilation with the NVIDIA HPC compiler
127
128  x86_64:
129         * Added an optimized bfloat16 GEMM kernel for Cooperlake
130         * Added CPUID autodetection for Intel Rocket Lake and Tiger Lake cpus
131         * Improved the performance of SASUM,DASUM,SROT,DROT on AMD Ryzen cpus
132         * Added support for compilation with the NAG Fortran compiler
133         * Fixed recognition of the AMD AOCC compiler
134         * Fixed compilation for DYNAMIC_ARCH with clang on Windows
135         * Added support for running the BLAS/CBLAS tests on Windows
136         * Fixed signatures of the tls callback functions for Windows x64
137         * Fixed various issues with fma intrinsics support handling 
138
139  ARM:
140         * Added support for embedded Cortex M targets via a new option EMBEDDED
141
142  ARMV8:
143         * Fixed the THUNDERX2T99 and NEOVERSEN1 DNRM2/ZNRM2 kernels for inputs with Inf
144         * Added support for the DYNAMIC_LIST option
145         * Added support for compilation with the NVIDIA HPC compiler
146         * Added support for compiling with the NAG Fortran compiler
147
148 ====================================================================
149 Version 0.3.13
150  12-Dec-2020
151  
152  common:
153         * Added a generic bfloat16 SBGEMV kernel
154         * Fixed a potentially severe memory leak after fork in OpenMP builds
155           that was introduced in 0.3.12
156         * Added detection of the Fujitsu Fortran compiler
157         * Added detection of the (e)gfortran compiler on OpenBSD
158         * Added support for overriding the default name of the library independently
159           from symbol suffixing in the gmake builds (already supported in cmake)
160
161 RISCV:
162         * Added a RISC V port optimized for C910V
163
164 POWER:
165         * Added optimized POWER10 kernels for SAXPY, CAXPY, SDOT, DDOT and DGEMV_N
166         * Improved DGEMM performance on POWER10
167         * Improved STRSM and DTRSM performance on POWER9 and POWER10
168         * Fixed segmemtation faults in DYNAMIC_ARCH builds
169         * Fixed compilation with the PGI compiler
170
171 x86:
172         * Fixed compilation of kernels that require SSE2 intrinsics since 0.3.12
173         
174 x86_64:
175         * Added an optimized bfloat16 SBGEMV kernel for SkylakeX and Cooperlake
176         * Improved the performance of SASUM and DASUM kernels through parallelization
177         * Improved the performance of SROT and DROT kernels
178         * Improved the performance of multithreaded xSYRK
179         * Fixed OpenMP builds that use the LLVM Clang compiler together with GNU gfortran
180           (where linking of both the LLVM libomp and GNU libgomp could lead to lockups or
181           wrong results)
182         * Fixed miscompilations by old gcc 4.6
183         * Fixed misdetection of AVX2 capability in some Sandybridge cpus
184         * Fixed lockups in builds combining DYNAMIC_ARCH with TARGET=GENERIC on OpenBSD
185
186 ARM64:
187         * Fixed segmemtation faults in DYNAMIC_ARCH builds
188
189 MIPS:
190         * Improved kernels for Loongson 3R3 ("3A") and 3R4 ("3B") models, including MSA
191         * Fixed bugs in the MSA kernels for CGEMM, CTRMM, CGEMV and ZGEMV
192         * Added handling of zero increments in the MSA kernels for SSWAP and DSWAP
193         * Added DYNAMIC_ARCH support for MIPS64 (currently Loongson3R3/3R4 only)
194
195 SPARC:
196         * Fixed building 32 and 64 bit SPARC kernels with the SolarisStudio compilers
197
198 ====================================================================
199 Version 0.3.12
200  24-Oct-2020
201
202 common:
203         * Fixed missing BLAS/LAPACK functions (inadvertently dropped during
204           the build system restructuring)
205         * Fixed argument conversion macro in LAPACKE_zgesvdq (LAPACK #458)
206
207 POWER:
208         * Added optimized SCOPY/CCOPY kernels for POWER10
209         * Increased and unified the default size of the GEMM BUFFER
210         * Fixed building for POWER10 in DYNAMIC_ARCH mode
211         * POWER10 compatibility test now checks binutils version as well
212         * Cleaned up compiler warnings
213
214 x86_64:
215         * corrected compiler version checks for AVX2 compatibility
216         * added compiler option -mavx2 for building with flang
217         * fixed direct SGEMM pathway for small matrix sizes (broken by
218           the code refactoring in 0.3.11)
219         * fixed unhandled partial register clobbers in several kernels
220           for AXPY,DOT,GEMV_N and GEMV_T flagged by gcc10 tree-vectorizer
221
222 ARMV8:
223         * improved Apple Vortex support to include cross-compiling
224
225 ====================================================================
226 Version 0.3.11
227  17-Oct-2020
228
229 common:
230         * API change:
231           the newly added BFLOAT16 functions were renamed to use the
232           letter "B" instead of "H" to avoid potential confusion with
233           the IEEE "half precision float" type, i.e. the 0.3.10
234           SHGEMM is now SBGEMM and the corresponding build option
235           was changed from "BUILD_HALF" to "BUILD_BFLOAT16".
236         * Reduced the default BLAS3_MEM_ALLOC_THRESHOLD (used as an upper
237           limit for placing temporary arrays on the stack) to be compatible
238           with a stack size of 1mb (as imposed by the JAVA runtime library) 
239         * Added mixed-precision dot function SBDOT and utility functions
240           shstobf16, shdtobf16, sbf16tos and dbf16tod to convert between
241           single or double precision float arrays and bfloat16 arrays
242         * Fixed prototypes of LAPACK_?ggsvp and LAPACK_?ggsvd functions
243           in lapack.h
244         * Fixed underflow and rounding errors in LAPACK SLANV2 and DLANV2
245           (causing miscalculations in e.g. SHSEQR/DHSEQR, LAPACK issue #263)
246         * Fixed workspace calculation in LAPACK ?GELQ (LAPACK issue #415)
247         * Fixed several bugs in the LAPACK testsuite
248         * Improved performance of TRMM and TRSM for certain problem sizes
249         * Fixed infinite recursions and workspace miscalculations in ReLAPACK
250         * CMAKE builds no longer require pkg-config for creating the .pc file
251         * Makefile builds no longer misread NO_CBLAS=0 or NO_LAPACK=0 as 
252           enabling these options
253         * Fixed detection of gfortran when invoked through an mpi wrapper
254         * Improve thread reinitialization performance with OpenMP after a fork 
255         * Added support for building only the subset of the library required
256           for a particular precision by specifying BUILD_SINGLE, BUILD_DOUBLE
257         * Optional function name prefixes and suffixes are now correctly
258           reflected in the generated cblas.h
259         * Added CMAKE build support for the LAPACK and multithreading tests
260
261 POWER:
262         * Added optimized support for POWER10
263         * Added support for compiling for POWER8 in 32bit mode
264         * Added support for compilation with LLVM/clang
265         * Added support for compilation with NVIDIA/PGI compilers
266         * Fixed building on big-endian POWER8
267         * Fixed miscompilation of ZDOTC by gcc10
268         * Fixed alignment errors in the POWER8 SAXPY kernel
269         * Improved CPU detection on AIX
270         * Supported building with older compilers on POWER9
271
272 x86_64:
273         * Added support for Intel Cooperlake
274         * Added autodetection of AMD Renoir/Matisse/Zen3 cpus
275         * Added autodetection of Intel Comet Lake cpus
276         * Reimplemented ?sum, ?dot and daxpy using universal intrinsics
277         * Reset the fpu state before using the fpu on Windows as a workaround
278           for a problem introduced in Windows 10 build 19041 (a.k.a. SDK 2004)
279         * Fixed potentially undefined behaviour in the dot and gemv_t kernels
280         * Fixed a potential segmentation fault in DYNAMIC_ARCH builds
281         * Fixed building for ZEN with PGI/NVIDIA and AMD AOCC compilers
282         
283 ARMV7:
284         * Fixed cpu detection on BSD-like systems
285
286 ARMV8:
287         * Added preliminary support for Apple Vortex cpus
288         * Added support for the Cavium ThunderX3T110 cpu
289         * Fixed cpu detection on BSD-like systems
290         * Fixed compilation in -std=C18 mode
291
292 IBM Z:
293         * Added support for compiling with the clang compiler
294         * Improved GEMM performance on Z14
295
296 ====================================================================
297 Version 0.3.10
298  14-Jun-2020
299
300 common:
301         * Improved thread locking behaviour in blas_server and parallel getrf                         
302         * Imported bugfix 394 from LAPACK (spurious reference to "XERBL"
303           due to overlong lines)
304         * Imported bugfix 403 from LAPACK (compile option "recursive" required
305           for correctness with Intel and PGI)
306         * Imported bugfix 408 from LAPACK (wrong scaling in ZHEEQUB)
307         * Imported bugfix 411 from LAPACK (infinite loop in LARGV/LARTG/LARTGP)
308         * Fixed mismatches between BUFFERSIZE and GEMM_UNROLL parameters that
309           could lead to crashes at large matrix sizes  
310         * Restored internal soname in dynamic libraries on FreeBSD and Dragonfly 
311         * Added API (openblas_setaffinity) to set the thread affinity on Linux
312         * Added initial infrastructure for half-precision floating point 
313           (bfloat16) support with a generic implementation of SHGEMM     
314         * Added CMAKE build system support for building the cblas_Xgemm3m
315           functions
316         * Fixed CMAKE support for building in a path with embedded spaces
317         * Fixed CMAKE (non)handling of NO_EXPRECISION and MAX_STACK_ALLOC
318         * Fixed GCC version detection in the Makefiles
319         * Allowed overriding the names of AR, AS and LD in Makefile builds
320
321 POWER:
322         * Fixed big-endian POWER8 ELFv2 builds on FreeBSD
323         * Fixed GCC version checks and DYNAMIC_ARCH builds on POWER9
324         * Fixed CMAKE build support for POWER9
325         * fixed a potential race condition in the thread buffer allocation
326         * Worked around LAPACK test failures on PPC G4
327
328 MIPS:
329         * Fixed a potential race condition in the thread buffer allocation
330         * Added support for MIPS 24K/24KE family based on P5600 kernels
331
332 MIPS64:
333         * fixed a potential race condition in the thread buffer allocation
334         * Added TARGET=GENERIC
335
336 ARMV7:
337         * Fixed a race condition in the thread buffer allocation
338
339 ARMV8:
340         * Fixed a race condition in the thread buffer allocation
341         * Fixed zero initialisation in the assembly for SGEMM and DGEMM BETA
342         * Improved performance of the ThunderX2 DAXPY kernel
343         * Added an optimized SGEMM kernel for Cortex A53    
344         * Fixed Makefile support for INTERFACE64 (8-byte integer)
345
346 x86_64:
347         * Fixed a syntax error in the CMAKE setup for SkylakeX
348         * Improved performance of STRSM on Haswell, SkylakeX and Ryzen
349         * Improved SGEMM performance on SGEMM for workloads with ldc a
350           multiple of 1024
351         * Improved DGEMM performance on Skylake X
352         * Fixed unwanted AVX512-dependency of SGEMM in DYNAMIC_ARCH
353           builds created on SkylakeX
354         * Removed data alignment requirement in the SSE2 copy kernels
355           that could cause spurious crashes
356         * Added a workaround for an optimizer bug in AppleClang 11.0.3
357         * Fixed LAPACK test failures due to wrong options for Intel Fortran
358         * Fixed compilation and LAPACK test results with recent Flang
359           and AMD AOCC
360         * Fixed DYNAMIC_ARCH builds with CMAKE on OS X
361         * Fixed missing exports of cblas_i?amin, cblas_i?min, cblas_i?max,
362           cblas_?sum, cblas_?gemm3m in the shared library on OS 
363         * Fixed reporting of cpu name in DYNAMIC_ARCH builds (would sometimes
364           show the name of an older generation chip supported by the same kernels)
365
366 IBM Z:
367         * Improved performance of SGEMM/STRMM and DGEMM/DTRMM on Z14
368
369 ====================================================================
370 Version 0.3.9
371  1-Mar-2020
372  
373  common:
374         * Fixed a miscompilation of the GETRF functions with CMAKE
375         * Imported bugfix 390 from LAPACK (missing NaN propagation in xCOMBSSQ)
376         * The size of the memory buffer used for splitting GEMM tasks across
377           multiple threads can now be configured in the build system.
378
379 POWER:
380         * Fixed several compilation problems related to endianness
381           and ELF version on POWER8 and POWER9
382         * Fixed use of the absolute value IAMIN/IAMAX instead of IMIN/IMAX
383         * Fixed a race condition in the level3 blas code
384         
385 MIPS64:
386         * Fixed use of the absoltute value IAMIN/IAMAX instead of IMIN/IMAX
387         
388 ARMV7:
389         * Fixed a race condition in the level3 blas code
390         * Fixed compilation on Android
391 ARMV8:
392         * Added support for Ampere EMAG8180
393         * Added support for Neoverse N1
394         * Improved performance of the blas_lock function
395         * Fixed a race condition in the level3 blas code
396         * Fixed a performance regression on TSV110-based servers
397
398 x86_64:
399         * Fixed a long-standing error with undeclared register overwrites
400           in the DSCAL microkernel for HASWELL,SKYLAKEX and ZEN
401         * Fixed a long-standing bug in the SSE implementation of IAMAX
402         * Fixed a CMAKE build failure with DYNAMIC_ARCH
403         * Fixed cpu autodetection of Goldmont+, Cannon Lake and Ice Lake
404         * Fixed a compilation failure on OSX with compiler name containing dash
405         * Fixed compilation with MinGW on SkylakeX
406         * Improved speed of the AVX512 GEMM3M kernel on SkylakeX
407         * Added an AVX512 STRMM kernel for SkylakeX
408         * Improved GEMM performance on Haswell and Zen
409
410 zarch:
411         * fixed compilation of the DYNAMIC_ARCH code
412         
413 ====================================================================
414 Version 0.3.8
415  9-Feb-2020
416
417 common: 
418 `       * LAPACK has been updated to 3.9.0 (plus patches up to 
419           January 2nd, 2020)
420         * CMAKE support has been improved in several areas including
421           cross-compilation
422         * a thread race condition in the GEMM3M kernels was resolved
423         * the "generic" (plain C) gemm beta kernel used by many targets
424           has been sped up
425         * an optimized version of the LAPACK trtrs functions has been added
426         * an incompatibilty between the LAPACK tests and the OpenBLAS
427           implementation of XERBLA was resolved, removing the numerous
428           warnings about wrong error exits in the former 
429         * support for NetBSD has been added
430         * support for compilation with g95 and non-GNU versions of ld
431           has been improved
432         * support for compilation with (upcoming) gcc 10 has been added
433
434 POWER:
435         * worked around miscompilation of several POWER8 and POWER9 
436           kernels by older versions of gcc
437         * added support for big-endian POWER8 and for compilation on AIX
438         * corrected bugs in the big-endian support for PPC440 and PPC970
439         * DYNAMIC_ARCH support is now available in CMAKE builds as well
440
441 ARMV8:
442         * performance of DGEMM_BETA and SGEMM_NCOPY has been improved
443         * compilation for 32bit works again 
444         * performance of the RPCC function has been improved
445         * improved performance on small systems
446         * DYNAMIC_ARCH support is now available in CMAKE builds as well
447         * cross-compilation from OSX to IOS was simplified
448  
449 x86_64:
450         * a new AVX512 DGEMM kernel was added and the AVX512 SGEMM kernel
451           was significantly improved
452         * optimized AVX512 kernels for CGEMM and ZGEMM have been added
453         * AVX2 kernels for STRMM, SGEMM, and CGEMM have been significantly
454           sped up and optimized CGEMM3M and ZGEMM3M kernels have been added 
455         * added support for QEMU virtual cpus
456         * a compilation problem with PGI and SUN compilers was fixed
457         * Intel "Goldmont plus" is now autodetected
458         * a potential crash on program exit on MS Windows has been fixed
459
460 x86:
461         * an unwanted case sensitivity in the implementation of LSAME
462           on older 32bit AMD cpus was fixed
463
464 zarch:
465         * Z15 is now supported as Z14
466         * DYNAMIC_ARCH is now available on ZARCH as well
467
468 ====================================================================
469 Version 0.3.7
470 11-Aug 2019
471
472 common:
473   * having the gmake special variables TARGET_ARCH or TARGET_MACH
474     defined no longer causes build failures in ctest or utest
475   * defining NO_AFFINITY or USE_TLS to 0 in gmake builds no longer
476     has the same effect as setting them to 1
477   * a new test program was added to allow checking the library for
478     thread safety
479   * a new option USE_LOCKING was added to ensure thread safety when
480     OpenBLAS itself is built without multithreading but will be 
481     called from multiple threads.
482   * a build failure on Linux with glibc versions earlier than 2.5
483     was fixed
484   * a runtime error with CPU enumeration (and NO_AFFINITY not set)
485     on glibc 2.6 was fixed
486   * NO_AFFINITY was added to the CMAKE options (and defaults to being
487     active on Linux, as in the gmake builds)
488
489 x86_64:
490   * the build-time logic for detection of AVX512 availability in
491     the processor and compiler was fixed
492   * gmake builds on OSX now set the internal name of the library to 
493     libopenblas.0.dylib (consistent with CMAKE)
494   * the Haswell DGEMM kernel received a significant speedup through
495     improved prefetch and load instructions
496   * performance of DGEMM, DTRMM, DTRSM and ZDOT on Zen/Zen2 was markedly
497     increased by avoiding vpermpd instructions
498   * the SKYLAKEX (AVX512) DGEMM helper functions have now been disabled
499     to fix remaining errors in DGEMM, DSYMM and DTRMM
500
501 POWER:
502   * added support for building on FreeBSD/powerpc64 and FreeBSD/ppc970
503   * added optimized kernels for POWER9 SGEMM and STRMM
504
505 ARMV7:
506   * fixed the softfp implementations of xAMAX and IxAMAX
507   * removed the predefined -march= flags on both ARMV5 and ARMV6 as
508     they were appropriate for only a subset of platforms
509
510 ====================================================================
511 Version 0.3.6
512 29-Apr-2019
513
514 common:
515         * the build tools now check that a given cpu TARGET is actually valid
516         * the build-time check of system features (c_check) has been made
517           less dependent on particular perl features (this should mainly
518           benefit building on Windows)
519         * several problem with the ReLAPACK integration were fixed,
520           including INTERFACE64 support and building a shared library
521         * building with CMAKE on BSD systems was improved
522         * a non-absolute SUM function was added based on the
523           existing optimized code for ASUM
524         * CBLAS interfaces to the IxMIN and IxMAX functions were added
525         * a name clash between LAPACKE and BOOST headers was resolved
526         * CMAKE builds with OpenMP failed to include the appropriate getrf_parallel
527           kernels
528         * a crash on thread (key) deletion with the USE_TLS=1 memory management
529           option was fixed
530         * restored several earlier fixes, in particular for OpenMP performance,
531           building on BSD, and calling fork on CYGWIN, which had inadvertently
532           been dropped in the 0.3.3 rewrite of the memory management code.
533
534 x86_64:
535         * the AVX512 DGEMM kernel has been disabled again due to unsolved problems
536         * building with old versions of MSVC was fixed
537         * it is now possible to build a static library on Windows with CMAKE
538         * accessing environment variables on CYGWIN at run time was fixed
539         * the CMAKE build system now recognizes 32bit userspace on 64bit hardware
540         * Intel "Denverton" atom and Hygon "Dhyana" zen CPUs are now autodetected
541         * building for DYNAMIC_ARCH with a DYNAMIC_LIST of targets is now supported
542           with CMAKE as well
543         * building for DYNAMIC_ARCH with GENERIC as the default target is now supported
544         * a buffer overflow in the SSE GEMM kernel for Intel Nano targets was fixed
545         * assembly bugs involving undeclared modification of input operands were fixed
546           in the AXPY, DOT, GEMV, GER, SCAL, SYMV and TRSM microkernels for Nehalem,
547           Sandybridge, Haswell, Bulldozer and Piledriver. These would typically cause
548           test failures or segfaults when compiled with recent versions of gcc from 8 onward.
549         * a similar bug was fixed in the blas_quickdivide code used to split workloads
550           in most functions
551         * a bug in the IxMIN implementation for the GENERIC target made it return the result of IxMAX
552         * fixed building on SkylakeX systems when either the compiler or the (emulated) operating
553           environment does not support AVX512
554         * improved GEMM performance on ZEN targets
555
556 x86:
557         * build failures caused by the recently added checks for AVX512 were fixed
558         * an inline assembly bug involving undeclared modification of an input argument was
559           fixed in the blas_quickdivide code used to split workloads in most functions
560         * a bug in the IMIN implementation for the GENERIC target made it return the result of IMAX
561
562 MIPS32:
563         * a bug in the IMIN implementation made it return the result of IMAX
564
565 POWER:
566         * single precision BLAS1/2 functions have received optimized POWER8 kernels
567         * POWER9 is now a separate target, with an optimized DGEMM/DTRMM kernel
568         * building on PPC970 systems under OSX Leopard or Tiger is now supported
569         * out-of-bounds memory accesses in the gemm_beta microkernels were fixed
570         * building a shared library on AIX is now supported for POWER6
571         * DYNAMIC_ARCH support has been added for POWER6 and newer
572
573 ARMv7:
574         * corrected xDOT behaviour with zero INC_X or INC_Y
575         * a bug in the IMIN implementation made it return the result of IMAX
576
577 ARMv8:
578         * added support for HiSilicon TSV110 cpus
579         * the CMAKE build system now recognizes 32bit userspace on 64bit hardware
580         * cross-compilation with CMAKE now works again
581         * a bug in the IMIN implementation made it return the result of IMAX
582         * ARMV8 builds with the BINARY=32 option are now automatically handled as ARMV7
583
584 IBM Z:
585         * optimized microkernels for single precicion BLAS1/2 functions have been added
586           for both Z13 and Z14
587
588 ====================================================================
589 Version 0.3.5
590 31-Dec-2018
591
592 common:
593         * loop unrolling in TRMV has been enabled again.
594         * A domain error in the thread workload distribution for SYRK
595           has been fixed.
596         * gmake builds will now automatically add -fPIC to the build
597           options if the platform requires it.
598         * a pthreads key leakage (and associate crash on dlclose) in
599           the USE_TLS codepath was fixed.
600         * building of the utest cases on systems that do not provide
601           an implementation of complex.h was fixed.
602           
603 x86_64:
604         * the SkylakeX code was changed to compile on OSX.
605         * unwanted application of the -march=skylake-avx512 option
606           to the common code parts of a DYNAMIC_ARCH build was fixed.
607         * improved performance of SGEMM for small workloads on Skylake X.
608         * performance of SGEMM and DGEMM was improved on Haswell.
609
610 ARMV8:
611         * a configuration error that broke the CNRM2 kernel was corrected.
612         * compilation of the GEMM kernels with CMAKE was fixed.
613         * DYNAMIC_ARCH builds are now available with CMAKE as well.
614         * using CMAKE for cross-compilation to the new cpu TARGETs
615           introduced in 0.3.4 now works.
616           
617 POWER:
618         * a problem in cpu autodetection for AIX has been corrected.
619         
620 ====================================================================
621 Version 0.3.4
622 02-Dec-2018
623
624 common:
625         * the new, experimental thread-local memory allocation had 
626           inadvertently been left enabled for gmake builds in 0.3.3
627           despite the announcement. It is now disabled by default, and
628           single-threaded builds will keep using the old allocator even
629           if the USE_TLS option is turned on.
630         * OpenBLAS will now provide enough buffer space for at least 50
631           threads by default.
632         * The output of openblas_get_config() now contains the version
633           number.
634         * A serious thread safety bug in GEMV operation with small M and
635           large N size has been fixed.
636         * The code will now automatically call blas_thread_init after a
637           fork if needed before handling a call to openblas_set_num_threads
638         * Accesses to parallelized level3 functions from multiple callers
639           are now serialized to avoid thread races (unless using OpenMP).
640           This should provide better performance than the known-threadsafe
641           (but non-default) USE_SIMPLE_THREADED_LEVEL3 option.
642         * When building LAPACK with gfortran, -frecursive is now (again)
643           enabled by default to ensure correct behaviour.
644         * The OpenBLAS version cblas.h now supports both CBLAS_ORDER and
645           CBLAS_LAYOUT as the name of the matrix row/column order option.
646         * Externally set LDFLAGS are now passed through to the final compile/link
647           steps to facilitate setting platform-specific linker flags.
648         * A potential race condition during the build of LAPACK (that would 
649           usually manifest itself as a failure to build TESTING/MATGEN) has been 
650           fixed.
651         * xHEMV has been changed to stay single-threaded for small input sizes
652           where the overhead of multithreading exceeds any possible gains
653         * CSWAP and ZSWAP have been limited to a single thread except on ARMV8 or
654           ThunderX hardware with sizable input.
655         * Linker flags for the PGI compiler have been updated
656         * Behaviour of AXPY with zero increments is now handled in the C interface,
657           correcting the result on at least Intel Atom.
658         * The result matrix from calling SGELSS with an all-zero input matrix is 
659           now zeroed completely.
660           
661 x86_64:
662         * Autodetection of AMD Ryzen2 has been fixed (again).
663         * CMAKE builds now support labeling of an INTERFACE64=1 build of
664           the library with the _64 suffix.
665         * AVX512 version of DGEMM has been added and the AVX512 SGEMM kernel
666           has been sped up by rewriting with C intrinsics
667         * Fixed compilation on RHEL5/CENTOS5 (issue with typename __WAIT_STATUS)
668         
669 POWER:
670         * added support for building on AIX (with gcc and GNU tools from AIX Toolbox).
671         * CPU type detection has been implemented for AIX.
672         * CPU type detection has been fixed for NETBSD.
673         
674 MIPS64:
675         * AXPY on LOONGSON3A has been corrected to pass "zero increment" utest.
676         * DSDOT on LOONGSON3A has been fixed.
677         * the SGEMM microkernel has been hardened against potential data loss.
678         
679 ARMV8:
680         * DYNAMic_ARCH support is now available for 64bit ARM
681         * cross-compiling for ARMV8 under iOS now works.
682         * cpu-specific code has been rearranged to make better use of both
683           hardware commonalities and model-specific compiler optimizations.
684         * XGENE1 has been removed as a TARGET, superseded by the improved generic
685           ARMV8 support.
686         
687 ARMV7:
688         * Older assembly mnemonics have been converted to UAL form to allow
689           building with clang 7.0
690         * Cross compiling LAPACKE for Android has been fixed again (broken by
691           update to LAPACK 3.7.0 some while ago).  
692           
693 ====================================================================
694 Version 0.3.3
695 31-Aug-2018
696
697 common:
698         * thread memory allocation has been switched back to the method
699           used before version 0.3.1 due to unexpected problems caused by
700           the new code under some circumstances. A new compile-time option
701           USE_TLS has been added to enable the new code, and it is hoped
702           that this can become the default again in the next version.
703         * LAPAck PR272 has been integrated, which fixes spurious errors
704           in DSYEVR and related functions caused by missing conversion 
705           from ILAENV to ILAENV_2STAGE in several _2stage routines.
706         * the cmake-generated OpenBLASConfig.cmake now uses correct case
707           for the name of the library
708         * added support for Haiku OS  
709
710 x86_64:
711         * added AVX512 implementations of SDOT, DDOT, SAXPY, DAXPY,
712           DSCAL, DGEMVN and DSYMVL 
713         * added a workaround for a cygwin issue that prevented compilation
714           of AVX512 code
715           
716 IBM Z:
717         * added autodetection of Z14
718         * fixed TRMM errors in the generic target
719         
720 ====================================================================
721 Version 0.3.2
722 30-Jul-2018
723
724 common:
725         * fixes for regressions caused by the rewrite of the thread
726           initialization code in 0.3.1
727
728 POWER:
729         * fixed cpu autodetection for the BSDs
730
731 MIPS64:
732         * fixed utest errors in AXPY, DSDOT, ROT and SWAP
733
734 x86_64:
735         * added autodetection of AMD Ryzen 2
736         * fixed build with older versions of MSVC
737
738 ====================================================================
739 Version 0.3.1
740 01-Jul-2018
741
742 common:
743         * rewritten thread initialization code with significantly reduced overhead
744         * added CBLAS interfaces to the IxAMIN BLAS extension functions
745         * fixed the lapack-test target
746         * CMAKE builds now create an OpenBLASConfig.cmake file
747         * ZAXPY now uses a single thread for small input sizes
748         * the LAPACK code was updated from Reference-LAPACK/lapack#253
749           (fixing LAPACKE interfaces to Aasen's functions)
750
751 POWER:
752         * corrected CROT and ZROT behaviour with zero INC_X
753
754 ARMV7:
755         * corrected xDOT behaviour with zero INC_X or INC_Y
756
757 x86_64:
758         * retired some older targets of DYNAMIC_ARCH builds to a new option DYNAMIC_OLDER,
759           this affects PENRYN,DUNNINGTON,OPTERON,OPTERON_SSE3,BOBCAT,ATOM and NANO
760           (which will still be supported via the slower PRESCOTT kernels when this option is not set)
761         * added an option DYNAMIC_LIST that (used in conjunction with DYNAMIC_ARCH) allows to 
762           specify the list of x86_64 targets to include. Any target not on the list will be supported 
763           by the Sandybridge or Nehalem kernels if available, or by Prescott.
764         * improved SWITCH_RATIO on Haswell for increased GEMM throughput
765         * added initial support for Intel Skylake X, including an AVX512 SGEMM kernel
766         * added autodetection of Intel Cannon Lake series as Skylake X
767         * added a default L2 cache size for hypervisors that return zero here (Chromebook)
768         * fixed a name clash with recent Windows10 headers that broke the build with (at least)
769           recent mingw from MSYS2
770         * fixed a link error in mixed clang/gfortran builds with OpenMP
771         * updated the OSX deployment target to 10.8
772         * switched on parallel make for builds on MS Windows by default
773
774 x86:
775         * fixed SSWAP and DSWAP behaviour with zero INC_X and INC_Y
776
777 ====================================================================
778 Version 0.3.0
779 23-May-2108
780
781 common:
782         * fixed some more thread race and locking bugs
783         * added preliminary support for calling an OpenMP build of the library from multiple threads
784         * removed performance impact of thread locks added in 0.2.20 on OpenMP code
785         * general code cleanup 
786         * optimized DSDOT implementation
787         * improved thread distribution for GEMM
788         * corrected IMATCOPY/OMATCOPY implementation
789         * fixed out-of-bounds accesses in the multithreaded xBMV/xPMV and SYMV implementations
790         * cmake build improvements
791         * pkgconfig file now contains build options
792         * openblas_get_config() now reports USE_OPENMP and NUM_THREADS settings used for the build
793         * corrections and improvements for systems with more than 64 cpus
794         * LAPACK code updated to 3.8.0 including later fixes
795         * added ReLAPACK, a recursive implementation of several LAPACK functions
796         * Rewrote ROTMG to handle cases that the netlib code failed to address
797         * Disabled (broken) multithreading code for xTRMV
798         * corrected prototypes of complex CBLAS functions to make our cblas.h match the generally accepted standard
799         * shared memory access failures on startup are now handled more gracefully
800         * restored utests from earlier releases (and made them pass on all affected systems)
801
802 SPARC:
803         * several fixes for cpu autodetection
804
805 POWER:
806         * corrected vector register overwriting in several Power8 kernels
807         * optimized additional BLAS functions
808
809 ARM:
810         * added support for CortexA53 and A72 
811         * added autodetection for ThunderX2T99
812         * made most optimized kernels the default for generic ARMv8 targets 
813
814 x86_64:
815         * parallelized DDOT kernel for Haswell
816         * changed alignment directives in assembly kernels to boost performance on OSX
817         * fixed register handling in the GEMV microkernels (bug exposed by gcc7)
818         * added support for building on OpenBSD and Dragonfly 
819         * updated compiler options to work with Intel release 2018
820         * support fully optimized build with clang/flang on Microsoft Windows
821         * fixed building on AIX
822
823 IBM Z:
824         * added optimized BLAS 1/2 functions
825
826 MIPS:
827         * fixed cpu autodetection helper code
828         * added mips32 1004K cpu (Mediatek MT7621 and similar SoC)
829         * added mips64 I6500 cpu
830
831 ====================================================================
832 Version 0.2.20
833 24-Jul-2017
834
835 common:
836         * Improved CMake support
837         * Fixed several thread race and locking bugs
838         * Fixed default LAPACK optimization level
839         * Updated LAPACK to 3.7.0
840         * Added ReLAPACK (https://github.com/HPAC/ReLAPACK, make BUILD_RELAPACK=1)
841
842 POWER:
843         * Optimizations for Power9
844         * Fixed several Power8 assembly bugs
845
846 ARM:
847         * New optimized Vulcan and ThunderX2T99 targets
848         * Support for ARMV7 SOFT_FP ABI (make ARM_SOFTFP_ABI=1)
849         * Detect all cpu cores including offline ones
850         * Fix compilation with CLANG
851         * Support building a shared library for Android
852
853 MIPS:
854         * Fixed several threading issues
855         * Fix compilation with CLANG
856
857 x86_64:
858         * Detect Intel Bay Trail and Apollo Lake
859         * Detect Intel Sky Lake and Kaby Lake
860         * Detect Intel Knights Landing
861         * Detect AMD A8, A10, A12 and Ryzen
862         * Support 64bit builds with Visual Studio
863         * Fix building with Intel and PGI compilers
864         * Fix building with MINGW and TDM-GCC
865         * Fix cmake builds for Haswell and related cpus
866         * Fix building for Sandybridge with CLANG 3.9
867         * Add support for the FLANG compiler
868
869 IBM Z:
870         * New target z13 with BLAS3 optimizations
871
872 ====================================================================
873 Version 0.2.19
874 1-Sep-2016
875 common:
876         * Improved cross compiling.
877         * Fix the bug on musl libc.
878
879 POWER:
880         * Optimize BLAS on Power8
881         * Fixed Julia+OpenBLAS bugs on Power8
882
883 MIPS:
884         * Optimize BLAS on MIPS P5600 and I6400 (Thanks, Shivraj Patil, Kaustubh Raste)
885
886 ARM:
887         * Improved on ARM Cortex-A57. (Thanks, Ashwin Sekhar T K)
888
889
890 ====================================================================
891 Version 0.2.18
892 12-Apr-2016
893 common:
894         * If you set MAKE_NB_JOBS flag less or equal than zero,
895           make will be without -j.
896
897 x86/x86_64:
898         * Support building Visual Studio static library. (#813, Thanks, theoractice)
899         * Fix bugs to pass buidbot CI tests (http://build.openblas.net)
900
901 ARM:
902         * Provide DGEMM 8x4 kernel for Cortex-A57 (Thanks, Ashwin Sekhar T K)
903
904 POWER:
905         * Optimize S and C BLAS3 on Power8
906         * Optimize BLAS2/1 on Power8
907
908 ====================================================================
909 Version 0.2.17
910 20-Mar-2016
911 common:
912         * Enable BUILD_LAPACK_DEPRECATED=1 by default.
913
914 ====================================================================
915 Version 0.2.16
916 15-Mar-2016
917 common:
918         * Avoid potential getenv segfault. (#716)
919         * Import LAPACK svn bugfix #142-#147,#150-#155
920
921 x86/x86_64:
922         * Optimize c/zgemv for AMD Bulldozer, Piledriver, Steamroller
923         * Fix bug with scipy linalg test.
924
925 ARM:
926         * Improve DGEMM for ARM Cortex-A57. (Thanks, Ashwin Sekhar T K)
927
928 POWER:
929         * Optimize D and Z BLAS3 functions for Power8.
930
931 ====================================================================
932 Version 0.2.16.rc1
933 23-Feb-2016
934 common:
935         * Upgrade LAPACK to 3.6.0 version.
936           Add BUILD_LAPACK_DEPRECATED option in Makefile.rule to build
937           LAPACK deprecated functions.
938         * Add MAKE_NB_JOBS option in Makefile.
939           Force number of make jobs.This is particularly
940           useful when using distcc. (#735. Thanks, Jerome Robert.)
941         * Redesign unit test. Run unit/regression test at every build (Travis-CI and Appveyor).
942         * Disable multi-threading for small size swap and ger. (#744. Thanks, Jerome Robert)
943         * Improve small zger, zgemv, ztrmv using stack alloction (#727. Thanks, Jerome Robert)
944         * Let openblas_get_num_threads return the number of active threads. 
945           (#760. Thanks, Jerome Robert)
946         * Support illumos(OmniOS). (#749. Thanks, Lauri Tirkkonen)
947         * Fix LAPACK Dormbr, Dormlq bug. (#711, #713. Thanks, Brendan Tracey)
948         * Update scipy benchmark script. (#745. Thanks, John Kirkham)
949
950 x86/x86_64:
951         * Optimize trsm kernels for AMD Bulldozer, Piledriver, Steamroller.
952         * Detect Intel Avoton.
953         * Detect AMD Trinity, Richland, E2-3200.
954         * Fix gemv performance bug on Mac OSX Intel Haswell.
955         * Fix some bugs with CMake and Visual Studio
956
957 ARM:
958         * Support and optimize Cortex-A57 AArch64.
959           (#686. Thanks, Ashwin Sekhar TK)
960         * Fix Android build on ARMV7 (#778. Thanks, Paul Mustiere)
961         * Update ARMV6 kernels.
962
963 POWER:
964         * Fix detection of POWER architecture
965           (#684. Thanks, Sebastien Villemot)
966
967 ====================================================================
968 Version 0.2.15
969 27-Oct-2015
970 common:
971         * Support cmake on x86/x86-64. Natively compiling on MS Visual Studio.
972           (experimental. Thank Hank Anderson for the initial cmake porting work.)
973           
974           On Linux and Mac OSX, OpenBLAS cmake supports assembly kernels.
975           e.g. cmake .
976                make
977                make test (Optional)
978
979           On Windows MS Visual Studio, OpenBLAS cmake only support C kernels.
980           (OpenBLAS uses AT&T style assembly, which is not supported by MSVC.)
981           e.g. cmake -G "Visual Studio 12 Win64" .
982                Open OpenBLAS.sln and build.
983           
984         * Enable MAX_STACK_ALLOC flags by default.
985           Improve ger and gemv for small matrices.
986         * Improve gemv parallel with small m and large n case.
987         * Improve ?imatcopy when lda==ldb (#633. Thanks, Martin Koehler)
988         * Add vecLib benchmarks (#565. Thanks, Andreas Noack.)
989         * Fix LAPACK lantr for row major matrices (#634. Thanks, Dan Kortschak)
990         * Fix LAPACKE lansy (#640. Thanks, Dan Kortschak)
991         * Import bug fixes for LAPACKE s/dormlq, c/zunmlq 
992         * Raise the signal when pthread_create fails (#668. Thanks, James K. Lowden)
993         * Remove g77 from compiler list.
994         * Enable AppVeyor Windows CI.
995
996 x86/x86-64:
997         * Support pure C generic kernels for x86/x86-64.
998         * Support Intel Boardwell and Skylake by Haswell kernels.
999         * Support AMD Excavator by Steamroller kernels.
1000         * Optimize s/d/c/zdot for Intel SandyBridge and Haswell.
1001         * Optimize s/d/c/zdot for AMD Piledriver and Steamroller.
1002         * Optimize s/d/c/zapxy for Intel SandyBridge and Haswell.
1003         * Optimize s/d/c/zapxy for AMD Piledriver and Steamroller.
1004         * Optimize d/c/zscal for Intel Haswell, dscal for Intel SandyBridge.
1005         * Optimize d/c/zscal for AMD Bulldozer, Piledriver and Steamroller.
1006         * Optimize s/dger for Intel SandyBridge.
1007         * Optimize s/dsymv for Intel SandyBridge.
1008         * Optimize ssymv for Intel Haswell.
1009         * Optimize dgemv for Intel Nehalem and Haswell.
1010         * Optimize dtrmm for Intel Haswell.
1011
1012 ARM:
1013         * Support Android NDK armeabi-v7a-hard ABI (-mfloat-abi=hard)
1014           e.g. make HOSTCC=gcc CC=arm-linux-androideabi-gcc NO_LAPACK=1 TARGET=ARMV7
1015         * Fix lock, rpcc bugs (#616, #617. Thanks, Grazvydas Ignotas)
1016 POWER:
1017         * Support ppc64le platform (ELF ABI v2. #612. Thanks, Matthew Brandyberry.)
1018         * Support POWER7/8 by POWER6 kernels. (#612. Thanks, Fábio Perez.)
1019
1020 ====================================================================
1021 Version 0.2.14
1022 24-Mar-2015
1023 common:
1024         * Improve OpenBLASConfig.cmake. (#474, #475. Thanks, xantares.)
1025         * Improve ger and gemv for small matrices by stack allocation.
1026           e.g. make -DMAX_STACK_ALLOC=2048 (#482. Thanks, Jerome Robert.)
1027         * Introduce openblas_get_num_threads and openblas_get_num_procs.
1028           (#497. Thanks, Erik Schnetter.)
1029         * Add ATLAS-style ?geadd function. (#509. Thanks, Martin Köhler.)
1030         * Fix c/zsyr bug with negative incx. (#492.)
1031         * Fix race condition during shutdown causing a crash in
1032           gotoblas_set_affinity(). (#508. Thanks, Ton van den Heuvel.)
1033
1034 x86/x86-64:
1035         * Support AMD Streamroller.
1036
1037 ARM:
1038         * Add Cortex-A9 and Cortex-A15 targets.
1039
1040 ====================================================================
1041 Version 0.2.13
1042 3-Dec-2014
1043 common:
1044         * Add SYMBOLPREFIX and SYMBOLSUFFIX makefile options
1045           for adding a prefix or suffix to all exported symbol names
1046           in the shared library.(#459, Thanks Tony Kelman)
1047         * Provide OpenBLASConfig.cmake at installation.
1048         * Fix Fortran compiler detection on FreeBSD.
1049           (#470, Thanks Mike Nolta)
1050
1051
1052 x86/x86-64:
1053         * Add generic kernel files for x86-64. make TARGET=GENERIC
1054         * Fix a bug of sgemm kernel on Intel Sandy Bridge.
1055         * Fix c_check bug on some amd64 systems. (#471, Thanks Mike Nolta)
1056
1057 ARM:
1058         * Support APM's X-Gene 1 AArch64 processors.
1059           Optimize trmm and sgemm. (#465, Thanks Dave Nuechterlein)
1060
1061 ====================================================================
1062 Version 0.2.12
1063 13-Oct-2014
1064 common:
1065         * Added CBLAS interface for ?omatcopy and ?imatcopy.
1066         * Enable ?gemm3m functions.
1067         * Added benchmark for ?gemm3m.
1068         * Optimized multithreading lower limits.
1069         * Disabled SYMM3M and HEMM3M functions 
1070           because of segment violations.
1071
1072 x86/x86-64:
1073         * Improved axpy and symv performance on AMD Bulldozer.
1074         * Improved gemv performance on modern Intel and AMD CPUs.
1075
1076 ====================================================================
1077 Version 0.2.11
1078 18-Aug-2014
1079 common:
1080         * Added some benchmark codes.
1081         * Fix link error on Linux/musl.(Thanks Isaac Dunham)
1082
1083 x86/x86-64:
1084         * Improved s/c/zgemm performance for Intel Haswell.
1085         * Improved s/d/c/zgemv performance.
1086         * Support the big numa machine.(EXPERIMENT)
1087
1088 ARM:
1089         * Fix detection when cpuinfo uses "Processor". (Thanks Isaiah)
1090
1091 ====================================================================
1092 Version 0.2.10
1093 16-Jul-2014
1094 common:
1095         * Added BLAS extensions as following.
1096           s/d/c/zaxpby, s/d/c/zimatcopy, s/d/c/zomatcopy.
1097         * Added OPENBLAS_CORETYPE environment for dynamic_arch. (a86d34)
1098         * Added NO_AVX2 flag for old binutils. (#401)
1099         * Support outputing the CPU corename on runtime.(#407)
1100         * Patched LAPACK to fix bug 114, 117, 118. 
1101           (http://www.netlib.org/lapack/bug_list.html)
1102         * Disabled ?gemm3m for a work-around fix. (#400)
1103 x86/x86-64:
1104         * Fixed lots of bugs for optimized kernels on sandybridge,Haswell, 
1105           bulldozer, and piledriver.
1106           https://github.com/xianyi/OpenBLAS/wiki/Fixed-optimized-kernels-To-do-List
1107
1108 ARM:
1109         * Improved LAPACK testing.
1110
1111 ====================================================================
1112 Version 0.2.9
1113 10-Jun-2014
1114 common:
1115         * Improved the result for LAPACK testing. (#372)
1116         * Installed DLL to prefix/bin instead of prefix/lib. (#366)
1117         * Build import library on Windows.(#374)
1118 x86/x86-64:
1119         * To improve LAPACK testing, we fallback some kernels. (#372)
1120         https://github.com/xianyi/OpenBLAS/wiki/Fixed-optimized-kernels-To-do-List
1121
1122 ====================================================================
1123 Version 0.2.9.rc2
1124 06-Mar-2014
1125 common:
1126         * Added OPENBLAS_VERBOSE environment variable.(#338)
1127         * Make OpenBLAS thread-pool resilient to fork via pthread_atfork.
1128           (#294, Thank Olivier Grisel)
1129         * Rewrote rotmg
1130         * Fixed sdsdot bug.
1131 x86/x86-64:
1132         * Detect Intel Haswell for new Macbook.
1133
1134 ====================================================================
1135 Version 0.2.9.rc1
1136 13-Jan-2013
1137 common:
1138         * Update LAPACK to 3.5.0 version
1139         * Fixed compatiable issues with Clang and Pathscale compilers.
1140
1141 x86/x86-64:
1142         * Optimization on Intel Haswell.
1143         * Enable optimization kernels on AMD Bulldozer and Piledriver.
1144
1145 ARM:
1146         * Support ARMv6 and ARMv7 ISA.
1147         * Optimization on ARM Cortex-A9.
1148
1149 ====================================================================
1150 Version 0.2.8
1151 01-Aug-2013
1152 common:
1153         * Support Open64 5.0. (#266)
1154         * Add executable stack markings. (#262, Thank Sébastien Fabbro)
1155         * Respect user's LDFLAGS (Thank Sébastien Fabbro)
1156
1157 x86/x86-64:
1158         * Rollback bulldozer and piledriver kernels to barcelona kernels (#263)
1159           We will fix the compuational error bug in bulldozer and piledriver kernels.
1160
1161 ====================================================================
1162 Version 0.2.7
1163 20-Jul-2013
1164 common:
1165         * Support LSB (Linux Standard Base) 4.1.
1166           e.g. make CC=lsbcc
1167         * Include LAPACK 3.4.2 source codes to the repo.
1168           Avoid downloading at compile time.
1169         * Add NO_PARALLEL_MAKE flag to disable parallel make.
1170         * Create openblas_get_parallel to retrieve information which
1171           parallelization model is used by OpenBLAS. (Thank grisuthedragon)
1172         * Detect LLVM/Clang compiler. The default compiler is Clang on Mac OS X.
1173         * Change LIBSUFFIX from .lib to .a on windows.
1174         * A work-around for dtrti_U single thread bug. Replace it with LAPACK codes. (#191)
1175
1176 x86/x86-64:
1177         * Optimize c/zgemm, trsm, dgemv_n, ddot, daxpy, dcopy on
1178           AMD Bulldozer. (Thank Werner Saar)
1179         * Add Intel Haswell support (using Sandybridge optimizations).
1180           (Thank Dan Luu)
1181         * Add AMD Piledriver support (using Bulldozer optimizations).
1182         * Fix the computational error in zgemm avx kernel on
1183           Sandybridge. (#237)
1184         * Fix the overflow bug in gemv.
1185         * Fix the overflow bug in multi-threaded BLAS3, getrf when NUM_THREADS
1186           is very large.(#214, #221, #246).
1187 MIPS64:
1188         * Support loongcc (Open64 based) compiler for ICT Loongson 3A/B.
1189
1190 Power:
1191         * Support Power7 by old Power6 kernels. (#220)
1192
1193 ====================================================================
1194 Version 0.2.6
1195 2-Mar-2013
1196 common:
1197         * Improved OpenMP performance slightly. (d744c9)
1198         * Improved cblas.h compatibility with Intel MKL.(#185)
1199         * Fixed the overflowing bug in single thread cholesky factorization.
1200         * Fixed the overflowing buffer bug of multithreading hbmv and sbmv.(#174)
1201
1202 x86/x86-64:
1203         * Added AMD Bulldozer x86-64 S/DGEMM AVX kernels. (Thank Werner Saar)
1204           We will tune the performance in future.
1205         * Auto-detect Intel Xeon E7540.
1206         * Fixed the overflowing buffer bug of gemv. (#173)
1207         * Fixed the bug of s/cdot about invalid reading NAN on x86_64. (#189)
1208
1209 MIPS64:
1210
1211 ====================================================================
1212 Version 0.2.5
1213 26-Nov-2012
1214 common:
1215         * Added NO_SHARED flag to disable generating the shared library.
1216         * Compile LAPACKE with ILP64 modle when INTERFACE64=1 (#158)
1217         * Export LAPACK 3.4.2 symbols in shared library. (#147)
1218         * Only detect the number of physical CPU cores on Mac OSX. (#157)
1219         * Fixed NetBSD build. (#155)
1220         * Fixed compilation with TARGET=GENERIC. (#160)
1221 x86/x86-64:
1222         * Restore the original CPU affinity when calling
1223           openblas_set_num_threads(1) (#153)
1224         * Fixed a SEGFAULT bug in dgemv_t when m is very large.(#154)
1225 MIPS64:
1226
1227 ====================================================================
1228 Version 0.2.4
1229 8-Oct-2012
1230 common:
1231         * Upgraded LAPACK to 3.4.2 version. (#145)
1232         * Provided support for passing CFLAGS, FFLAGS, PFLAGS,
1233           FPFLAGS to make. (#137)
1234         * f77blas.h:compatibility for compilers without C99 complex
1235           number support. (#141)
1236 x86/x86-64:
1237         * Added NO_AVX flag. Check OS supporting AVX on runtime. (#139)
1238         * Fixed zdot incompatibility ABI issue with GCC 4.7 on
1239           Windows 32-bit. (#140)
1240 MIPS64:
1241         * Fixed the generation of shared library bug.
1242         * Fixed the detection bug on the Loongson 3A server.
1243 ====================================================================
1244 Version 0.2.3
1245 20-Aug-2012
1246 common:
1247         * Fixed LAPACK unstable bug about ?laswp. (#130)
1248         * Fixed the shared library bug about unloading the library on
1249           Linux (#132).
1250         * Fixed the compilation failure on BlueGene/P (TARGET=PPC440FP2)
1251           Please use gcc and IBM xlf. (#134)
1252 x86/x86-64:
1253         * Supported goto_set_num_threads and openblas_set_num_threads
1254           APIs in Windows. They can set the number of threads on runtime.
1255
1256 ====================================================================
1257 Version 0.2.2
1258 6-July-2012
1259 common:
1260         * Fixed exporting DLL functions bug on Windows/MingW
1261         * Support GNU Hurd (Thank Sylvestre Ledru)
1262         * Support kfreebsd kernel (Thank Sylvestre Ledru)
1263 x86/x86-64:
1264         * Support Intel Sandy Bridge 22nm desktop/mobile CPU
1265 SPARC:
1266         * Improve the detection of SPARC (Thank Sylvestre Ledru)
1267
1268 ====================================================================
1269 Version 0.2.1
1270 30-Jun-2012
1271 common:
1272 x86/x86-64:
1273         * Fixed the SEGFAULT bug about hyper-theading
1274         * Support AMD Bulldozer by using GotoBLAS2 AMD Barcelona codes
1275
1276 ====================================================================
1277 Version 0.2.0
1278 26-Jun-2012
1279 common:
1280         * Removed the limitation (64) of numbers of CPU cores.
1281           Now, it supports 256 cores at max.
1282         * Supported clang compiler.
1283         * Fixed some build bugs on FreeBSD
1284 x86/x86-64:
1285         * Optimized Level-3 BLAS on Intel Sandy Bridge x86-64 by AVX instructions.
1286           Please use gcc >= 4.6 or clang >=3.1.
1287         * Support AMD Bobcat by using GotoBLAS2 AMD Barcelona codes.
1288
1289 ====================================================================
1290 Version 0.1.1
1291 29-Apr-2012
1292 common:
1293         * Upgraded LAPACK to 3.4.1 version. (Thank Zaheer Chothia)
1294         * Supported LAPACKE, a C interface to LAPACKE. (Thank Zaheer Chothia)
1295         * Fixed the build bug (MD5 and download) on Mac OSX.
1296         * Auto download CUnit 2.1.2-2 from SF.net with UTEST_CHECK=1.
1297         * Fxied the compatibility issue for compilers without C99 complex number
1298           (e.g. Visual Studio)
1299 x86/x86_64:
1300         * Auto-detect Intel Sandy Bridge Core i7-3xxx & Xeon E7 Westmere-EX.
1301         * Test alpha=Nan in dscale.
1302         * Fixed a SEGFAULT bug in samax on x86 windows.
1303
1304 ====================================================================
1305 Version 0.1.0
1306 23-Mar-2012
1307 common:
1308         * Set soname of shared library on Linux.
1309         * Added LIBNAMESUFFIX flag in Makefile.rule. The user can use
1310           this flag to control the library name, e.g. libopenblas.a,
1311           libopenblas_ifort.a or libopenblas_omp.a.
1312         * Added GEMM_MULTITHREAD_THRESHOLD flag in Makefile.rule.
1313           The lib use single thread in GEMM function with small matrices.
1314 x86/x86_64:
1315         * Used GEMV SSE/SSE2 kernels on x86 32-bit.
1316         * Exported CBLAS functions in Windows DLL.
1317 MIPS64:
1318         * Completed Level-3 BLAS optimization on Loongson 3A CPU.
1319         * Improved GEMV performance on Loongson 3A CPU.
1320         * Improved Level-3 BLAS performance on Loongson 3B CPU. (EXPERIMENT)
1321
1322 ====================================================================
1323 Version 0.1 alpha2.5
1324 19-Feb-2012
1325 common:
1326         * Fixed missing "#include <sched.h>" bug on Mac OS X.
1327           Thank Mike Nolta for the patch.
1328         * Upgraded LAPACK to 3.4.0 version
1329         * Fixed a bug on Mac OS X. Don't require SystemStubs on OS X.
1330           SystemStubs does not exist on Lion. Thank Stefan Karpinski.
1331         * Improved README with using OpenMP. Check the internal threads
1332           count less than or equal to omp_get_max_threads()
1333 x86/x86_64:
1334         * Auto-detect Intel Core i6/i7 (Sandy Bridge) CPU with Nehalem assembly kernels
1335         * Fixed some bugs on MingW 64-bit including zgemv, cdot, zdot.
1336
1337 ====================================================================
1338 Version 0.1 alpha2.4
1339 18-Sep-2011
1340 common:
1341         * Fixed a bug about installation. The header file "fblas77.h"
1342           works fine now.
1343         * Fixed #61 a building bug about setting TARGET and DYNAMIC_ARCH.
1344         * Try to handle absolute path of shared library in OSX. (#57)
1345           Thank Dr Kane O'Donnell.
1346         * Changed the installation folder layout to $(PREFIX)/include and
1347           $(PREFIX)/lib
1348
1349 x86/x86_64:
1350         * Fixed #58 zdot/xdot SEGFAULT bug with GCC-4.6 on x86. According
1351           to i386 calling convention, The callee should remove the first
1352           hidden parameter.Thank Mr. John for this patch.
1353
1354 ====================================================================
1355 Version 0.1 alpha2.3
1356 5-Sep-2011
1357
1358 x86/x86_64:
1359         *  Added DTB_ENTRIES into dynamic arch setting parameters. Now,
1360            it can read DTB_ENTRIES on runtime. (Refs issue #55 on github)
1361
1362 ====================================================================
1363 Version 0.1 alpha2.2
1364 14-Jul-2011
1365
1366 common:
1367         * Fixed a building bug when DYNAMIC_ARCH=1 & INTERFACE64=1.
1368           (Refs issue #44 on github)
1369
1370 ====================================================================
1371 Version 0.1 alpha2.1
1372 28-Jun-2011
1373
1374 common:
1375         * Stop the build and output the error message when detecting
1376           fortran compiler failed. (Refs issue #42 on github)
1377
1378 ====================================================================
1379 Version 0.1 alpha2
1380 23-Jun-2011
1381
1382 common:
1383         * Fixed blasint undefined bug in <cblas.h> file. Other software
1384           could include this header successfully(Refs issue #13 on github)
1385         * Fixed the SEGFAULT bug on 64 cores. On SMP server, the number
1386           of CPUs or cores should be less than or equal to 64.(Refs issue #14
1387           on github)
1388         * Support "void goto_set_num_threads(int num_threads)" and "void
1389           openblas_set_num_threads(int num_threads)" when USE_OPENMP=1
1390         * Added extern "C" to support C++. Thank Tasio for the patch(Refs
1391           issue #21 on github)
1392         * Provided an error message when the arch is not supported.(Refs
1393           issue #19 on github)
1394         * Fixed issue #23. Fixed a bug of f_check script about generating link flags.
1395         * Added openblas_set_num_threads for Fortran.
1396         * Fixed #25 a wrong result of rotmg.
1397         * Fixed a bug about detecting underscore prefix in c_check.
1398         * Print the wall time (cycles) with enabling FUNCTION_PROFILE
1399         * Fixed #35 a build bug with NO_LAPACK=1 & DYNAMIC_ARCH=1
1400         * Added install target. You can use "make install". (Refs #20)
1401
1402
1403 x86/x86_64:
1404         * Fixed #28 a wrong result of dsdot on x86_64.
1405         * Fixed #32 a SEGFAULT bug of zdotc with gcc-4.6.
1406         * Fixed #33 ztrmm bug on Nehalem.
1407         * Work-around #27 the low performance axpy issue with small imput size & multithreads.
1408
1409 MIPS64:
1410         * Fixed #28 a wrong result of dsdot on Loongson3A/MIPS64.
1411         * Optimized single/double precision BLAS Level3 on Loongson3A/MIPS64. (Refs #2)
1412         * Optimized single/double precision axpy function on Loongson3A/MIPS64. (Refs #3)
1413
1414 ====================================================================
1415 Version 0.1 alpha1
1416 20-Mar-2011
1417
1418 common:
1419         * Support "make  NO_LAPACK=1" to build the library without
1420           LAPACK functions.
1421         * Fixed randomly SEGFAULT when nodemask==NULL with above Linux 2.6.34.
1422           Thank Mr.Ei-ji Nakama providing this patch. (Refs issue #12 on github)
1423         * Added DEBUG=1 rule in Makefile.rule to build debug version.
1424         * Disable compiling quad precision in reference BLAS library(netlib BLAS).
1425         * Added unit testcases in utest/ subdir. Used  CUnit framework.
1426         * Supported OPENBLAS_* & GOTO_* environment variables (Pleas see README)
1427         * Imported GotoBLAS2 1.13 BSD version
1428
1429 x86/x86_64:
1430         * On x86 32bits, fixed a bug in zdot_sse2.S line 191. This would casue
1431           zdotu & zdotc failures. Instead, work-around it. (Refs issue #8 #9 on github)
1432         * Modified ?axpy functions to return same netlib BLAS results
1433           when incx==0 or incy==0 (Refs issue #7 on github)
1434         * Modified ?swap functions to return same netlib BLAS results
1435           when incx==0 or incy==0 (Refs issue #6 on github)
1436         * Modified ?rot functions to return same netlib BLAS results
1437           when incx==0 or incy==0 (Refs issue #4 on github)
1438         * Detect Intel Westmere,Intel Clarkdale and Intel Arrandale
1439           to use Nehalem codes.
1440         * Fixed a typo bug about compiling dynamic ARCH library.
1441 MIPS64:
1442         * Improve daxpy performance on ICT Loongson 3A.
1443         * Supported ICT Loongson 3A CPU (Refs issue #1 on github)
1444 ====================================================================