summaryrefslogtreecommitdiff
path: root/test/performance/routines/level2/xger.cpp
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2017-04-16 19:41:14 +0200
committerCedric Nugteren <web@cedricnugteren.nl>2017-04-16 19:41:14 +0200
commit2673f5051820db82ebb857d88c2f36f7cacbed7d (patch)
treef3323af174bde2793b3c4692f3404d2a18c5eadb /test/performance/routines/level2/xger.cpp
parent063ef729e123aa2cebc7f67c73f99f3e15606fe2 (diff)
parentb20c518f9fd05a69957c2018e72c6a648f5cdb7d (diff)
Merge branch 'development' into benchmarking
Diffstat (limited to 'test/performance/routines/level2/xger.cpp')
-rw-r--r--test/performance/routines/level2/xger.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/performance/routines/level2/xger.cpp b/test/performance/routines/level2/xger.cpp
index 50fdb9e6..ca23b8f0 100644
--- a/test/performance/routines/level2/xger.cpp
+++ b/test/performance/routines/level2/xger.cpp
@@ -12,10 +12,6 @@
#include "test/performance/client.hpp"
#include "test/routines/level2/xger.hpp"
-// Shortcuts to the clblast namespace
-using float2 = clblast::float2;
-using double2 = clblast::double2;
-
// Main function (not within the clblast namespace)
int main(int argc, char *argv[]) {
const auto command_line_args = clblast::RetrieveCommandLineArguments(argc, argv);