summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2016-10-25 20:33:10 +0200
committerCedric Nugteren <web@cedricnugteren.nl>2016-10-25 20:33:10 +0200
commit8ae8ab06a2b6f24faa0de5d390a5ae272aa94c23 (patch)
treea5956e19e79bf15c25d966d58c01b69ae9ac5d56 /include
parent140121ef91cc13892711f57da0d046f88cf55301 (diff)
Renamed the include and source files of the Netlib CBLAS API
Diffstat (limited to 'include')
-rw-r--r--include/clblast_netlib_c.h (renamed from include/clblast_blas.h)6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/clblast_blas.h b/include/clblast_netlib_c.h
index ff560712..c233646e 100644
--- a/include/clblast_blas.h
+++ b/include/clblast_netlib_c.h
@@ -13,8 +13,8 @@
//
// =================================================================================================
-#ifndef CLBLAST_CLBLAST_BLAS_H_
-#define CLBLAST_CLBLAST_BLAS_H_
+#ifndef CLBLAST_CLBLAST_NETLIB_C_H_
+#define CLBLAST_CLBLAST_NETLIB_C_H_
// Exports library functions under Windows when building a DLL. See also:
// https://msdn.microsoft.com/en-us/library/a90k134d.aspx
@@ -924,5 +924,5 @@ void PUBLIC_API cblas_zomatcopy(const CLBlastLayout layout, const CLBlastTranspo
} // extern "C"
#endif
-// CLBLAST_CLBLAST_BLAS_H_
+// CLBLAST_CLBLAST_NETLIB_C_H_
#endif