aboutsummaryrefslogtreecommitdiff
path: root/src/fastopenblas.h
diff options
context:
space:
mode:
authorPjotr Prins2018-09-28 09:16:02 +0000
committerPjotr Prins2018-09-28 09:16:02 +0000
commit1fdd4ca1ae891ff9dd3736e6ed94bc01c3423dfd (patch)
tree0f4b79b48c67cbd336bb02145a2b60c65dad8f9f /src/fastopenblas.h
parent8dbe3068953610996c86c765ef141c9f7ba1fbac (diff)
downloadpangemma-1fdd4ca1ae891ff9dd3736e6ed94bc01c3423dfd.tar.gz
Atlas compilation
Diffstat (limited to 'src/fastopenblas.h')
-rw-r--r--src/fastopenblas.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/fastopenblas.h b/src/fastopenblas.h
index 3dd8ef7..e98e62f 100644
--- a/src/fastopenblas.h
+++ b/src/fastopenblas.h
@@ -23,7 +23,10 @@
#include <assert.h>
#include <iostream>
-#include <cblas.h> // For OpenBlas
+extern "C"
+{
+ #include <cblas.h> // For OpenBlas / Atlas
+}
#include "gsl/gsl_matrix.h"
void fast_cblas_dgemm(const enum CBLAS_ORDER Order,