|
1 | 1 | OpenBLAS ChangeLog |
| 2 | +==================================================================== |
| 3 | +Version 0.2.20 |
| 4 | +24-Jul-2017 |
| 5 | + |
| 6 | +common: |
| 7 | + * Improved CMake support |
| 8 | + * Fixed several thread race and locking bugs |
| 9 | + * Fixed default LAPACK optimization level |
| 10 | + * Updated LAPACK to 3.7.0 |
| 11 | + * Added ReLAPACK (https://github.com/HPAC/ReLAPACK, make BUILD_RELAPACK=1) |
| 12 | + |
| 13 | +POWER: |
| 14 | + * Optimizations for Power9 |
| 15 | + * Fixed several Power8 assembly bugs |
| 16 | + |
| 17 | +ARM: |
| 18 | + * New optimized Vulcan and ThunderX2T99 targets |
| 19 | + * Support for ARMV7 SOFT_FP ABI (make ARM_SOFTFP_ABI=1) |
| 20 | + * Detect all cpu cores including offline ones |
| 21 | + * Fix compilation with CLANG |
| 22 | + * Support building a shared library for Android |
| 23 | + |
| 24 | +MIPS: |
| 25 | + * Fixed several threading issues |
| 26 | + * Fix compilation with CLANG |
| 27 | + |
| 28 | +x86_64: |
| 29 | + * Detect Intel Bay Trail and Apollo Lake |
| 30 | + * Detect Intel Sky Lake and Kaby Lake |
| 31 | + * Detect Intel Knights Landing |
| 32 | + * Detect AMD A8, A10, A12 and Ryzen |
| 33 | + * Support 64bit builds with Visual Studio |
| 34 | + * Fix building with Intel and PGI compilers |
| 35 | + * Fix building with MINGW and TDM-GCC |
| 36 | + * Fix cmake builds for Haswell and related cpus |
| 37 | + * Fix building for Sandybridge with CLANG 3.9 |
| 38 | + * Add support for the FLANG compiler |
| 39 | + |
| 40 | +IBM Z: |
| 41 | + * New target z13 with BLAS3 optimizations |
| 42 | + |
2 | 43 | ==================================================================== |
3 | 44 | Version 0.2.19 |
4 | 45 | 1-Sep-2016 |
|
0 commit comments