aboutsummaryrefslogtreecommitdiff
path: root/tests/benchmark/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/benchmark/main.cpp')
-rw-r--r--tests/benchmark/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/benchmark/main.cpp b/tests/benchmark/main.cpp
index 1b6bafb3a1..356490960c 100644
--- a/tests/benchmark/main.cpp
+++ b/tests/benchmark/main.cpp
@@ -34,7 +34,7 @@
#ifdef OPENCL
#include "arm_compute/runtime/CL/CLScheduler.h"
-#endif
+#endif /* OPENCL */
#include "arm_compute/runtime/Scheduler.h"
#include <iostream>
@@ -88,7 +88,7 @@ int main(int argc, char **argv)
#ifdef OPENCL
arm_compute::CLScheduler::get().default_init();
-#endif
+#endif /* OPENCL */
std::cout << "Using " << user_config.threads << " CPU " << (user_config.threads == 1 ? "thread" : "threads") << "\n";
std::cout << "Seed: " << library->seed() << "\n";