File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11OpenBLAS ChangeLog
2+ ====================================================================
3+ Version 0.2.13
4+ 3-Dec-2014
5+ common:
6+ * Add SYMBOLPREFIX and SYMBOLSUFFIX makefile options
7+ for adding a prefix or suffix to all exported symbol names
8+ in the shared library.(#459, Thanks Tony Kelman)
9+ * Provide OpenBLASConfig.cmake at installation.
10+ * Fix Fortran compiler detection on FreeBSD.
11+ (#470, Thanks Mike Nolta)
12+
13+
14+ x86/x86-64:
15+ * Add generic kernel files for x86-64. make TARGET=GENERIC
16+ * Fix a bug of sgemm kernel on Intel Sandy Bridge.
17+ * Fix c_check bug on some amd64 systems. (#471, Thanks Mike Nolta)
18+
19+ ARM:
20+ * Support APM's X-Gene 1 AArch64 processors.
21+ Optimize trmm and sgemm. (#465, Thanks Dave Nuechterlein)
22+
223====================================================================
324Version 0.2.12
42513-Oct-2014
Original file line number Diff line number Diff line change 33#
44
55# This library's version
6- VERSION = 0.2.12
6+ VERSION = 0.2.13
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