summaryrefslogtreecommitdiff
path: root/common.h
diff options
context:
space:
mode:
authorLars Buitinck <larsmans@gmail.com>2013-08-28 16:52:24 +0200
committerLars Buitinck <larsmans@gmail.com>2013-08-28 16:52:24 +0200
commit212463dce961827421a9c54f109a430c1599732c (patch)
tree7caaee643e8ad711de83c8a598fca9b88d54f75b /common.h
parentfe98de2f682e0847258d3438b4b761433dbddc26 (diff)
downloadopenblas-212463dce961827421a9c54f109a430c1599732c.tar.gz
openblas-212463dce961827421a9c54f109a430c1599732c.tar.bz2
openblas-212463dce961827421a9c54f109a430c1599732c.zip
get rid of the generated cblas_noconst.h file
Diffstat (limited to 'common.h')
-rw-r--r--common.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/common.h b/common.h
index fa4c1d745..309f246e2 100644
--- a/common.h
+++ b/common.h
@@ -574,9 +574,10 @@ typedef struct {
#include "common_level2.h"
#include "common_level3.h"
#include "common_lapack.h"
+
#ifdef CBLAS
-/* This header file is generated from "cblas.h" (see Makefile.prebuild). */
-#include "cblas_noconst.h"
+# define OPENBLAS_CONST /* see comment in cblas.h */
+# include "cblas.h"
#endif
#ifndef ASSEMBLER