OpenBLAS ChangeLog
+====================================================================
+Version 0.1 alpha2.2
+14-Jul-2011
+
+common:
+ * Fixed a building bug when DYNAMIC_ARCH=1 & INTERFACE64=1.
+ (Refs issue #44 on github)
+
====================================================================
Version 0.1 alpha2.1
28-Jun-2011
9.Known Issues
* The number of CPUs/Cores should less than or equal to 8*sizeof(unsigned long). On 64 bits, the limit
is 64. On 32 bits, it is 32.
-* This library is not compatible with EKOPath Compiler Suite 4.0.10 (http://www.pathscale.com/ekopath-compiler-suite). However, Path64 (https://github.com/path64/compiler) could compile the codes successfully.
10. Specification of Git Branches
We used the git branching model in this article (http://nvie.com/posts/a-successful-git-branching-model/).