summaryrefslogtreecommitdiff
path: root/test/routines/level2/xhpmv.h
diff options
context:
space:
mode:
authorCNugteren <web@cedricnugteren.nl>2015-09-19 18:01:19 +0200
committerCNugteren <web@cedricnugteren.nl>2015-09-19 18:01:19 +0200
commitde6547a92b16bd2220a103aa6606a49eb7231301 (patch)
tree04de3d0d8a0b1b3c70d8fc37cff266b0e8948ed6 /test/routines/level2/xhpmv.h
parent80da67d28bbcff958071befb48ccacac05ebbe49 (diff)
Added SBMV and SPMV routines
Diffstat (limited to 'test/routines/level2/xhpmv.h')
-rw-r--r--test/routines/level2/xhpmv.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/routines/level2/xhpmv.h b/test/routines/level2/xhpmv.h
index efee7882..8fd85b62 100644
--- a/test/routines/level2/xhpmv.h
+++ b/test/routines/level2/xhpmv.h
@@ -13,8 +13,8 @@
//
// =================================================================================================
-#ifndef CLBLAST_TEST_ROUTINES_XHEMV_H_
-#define CLBLAST_TEST_ROUTINES_XHEMV_H_
+#ifndef CLBLAST_TEST_ROUTINES_XHPMV_H_
+#define CLBLAST_TEST_ROUTINES_XHPMV_H_
#include <vector>
#include <string>
@@ -126,5 +126,5 @@ class TestXhpmv {
// =================================================================================================
} // namespace clblast
-// CLBLAST_TEST_ROUTINES_XHEMV_H_
+// CLBLAST_TEST_ROUTINES_XHPMV_H_
#endif