File tree Expand file tree Collapse file tree 2 files changed +28
-1
lines changed
Expand file tree Collapse file tree 2 files changed +28
-1
lines changed Original file line number Diff line number Diff line change 11OpenBLAS ChangeLog
2+ ====================================================================
3+ Version 0.2.9.rc2
4+ 06-Mar-2014
5+ common:
6+ * Added OPENBLAS_VERBOSE environment variable.(#338)
7+ * Make OpenBLAS thread-pool resilient to fork via pthread_atfork.
8+ (#294, Thank Olivier Grisel)
9+ * Rewrote rotmg
10+ * Fixed sdsdot bug.
11+ x86/x86-64:
12+ * Detect Intel Haswell for new Macbook.
13+
14+ ====================================================================
15+ Version 0.2.9.rc1
16+ 13-Jan-2013
17+ common:
18+ * Update LAPACK to 3.5.0 version
19+ * Fixed compatiable issues with Clang and Pathscale compilers.
20+
21+ x86/x86-64:
22+ * Optimization on Intel Haswell.
23+ * Enable optimization kernels on AMD Bulldozer and Piledriver.
24+
25+ ARM:
26+ * Support ARMv6 and ARMv7 ISA.
27+ * Optimization on ARM Cortex-A9.
28+
229====================================================================
330Version 0.2.8
43101-Aug-2013
Original file line number Diff line number Diff line change 33#
44
55# This library's version
6- VERSION = 0.2.9.rc1
6+ VERSION = 0.2.9.rc2
77
88# If you set the suffix, the library name will be libopenblas_$(LIBNAMESUFFIX).a
99# and libopenblas_$(LIBNAMESUFFIX).so. Meanwhile, the soname in shared library
You can’t perform that action at this time.
0 commit comments