OpenBLAS/exports
Zhang Xianyi bdf8d9411e Refs #163. Obtain the build configure on runtime.
openblas_get_config function returns the configure string.
So far, it supports USE64BITINT, NO_CBLAS, NO_LAPACK, NO_LAPACKE,
DYNAMIC_ARCH, NO_AFFINITY.

Example:
 #include <stdio.h>
extern char * openblas_get_config();
void main()
{
  printf("%s\n",openblas_get_config());
  return;
}
2012-12-10 15:52:51 +08:00
..
Makefile Added -lgomp for generating DLL on Windows. 2012-11-28 12:52:28 +08:00
dllinit.c Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
gensymbol Refs #163. Obtain the build configure on runtime. 2012-12-10 15:52:51 +08:00