Refs #38. Prepare the docs with v0.1alpha2.
This commit is contained in:
parent
c4efde7713
commit
e568df0dae
|
@ -1,7 +1,7 @@
|
||||||
OpenBLAS ChangeLog
|
OpenBLAS ChangeLog
|
||||||
====================================================================
|
====================================================================
|
||||||
Version 0.1 alpha2(in development)
|
Version 0.1 alpha2(Preparing to release)
|
||||||
0;136;0c
|
|
||||||
common:
|
common:
|
||||||
* Fixed blasint undefined bug in <cblas.h> file. Other software
|
* Fixed blasint undefined bug in <cblas.h> file. Other software
|
||||||
could include this header successfully(Refs issue #13 on github)
|
could include this header successfully(Refs issue #13 on github)
|
||||||
|
@ -31,6 +31,8 @@ x86/x86_64:
|
||||||
|
|
||||||
MIPS64:
|
MIPS64:
|
||||||
* Fixed #28 a wrong result of dsdot on Loongson3A/MIPS64.
|
* Fixed #28 a wrong result of dsdot on Loongson3A/MIPS64.
|
||||||
|
* Optimized single/double precision BLAS Level3 on Loongson3A/MIPS64. (Refs #2)
|
||||||
|
* Optimized single/double precision axpy function on Loongson3A/MIPS64. (Refs #3)
|
||||||
|
|
||||||
====================================================================
|
====================================================================
|
||||||
Version 0.1 alpha1
|
Version 0.1 alpha1
|
||||||
|
|
Loading…
Reference in New Issue