We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4371d66 commit ddc883bCopy full SHA for ddc883b
3 files changed
benchmark/main.cpp
@@ -9,8 +9,11 @@
9
* The full license is in the file LICENSE, distributed with this software. *
10
****************************************************************************/
11
12
-#include "xsimd_benchmark.hpp"
+#include <iostream>
13
#include <map>
14
+#include <string>
15
+
16
+#include "xsimd_benchmark.hpp"
17
18
void benchmark_operation()
19
{
benchmark/xsimd_benchmark.hpp
@@ -15,7 +15,6 @@
#include "xsimd/arch/xsimd_scalar.hpp"
#include "xsimd/xsimd.hpp"
#include <chrono>
-#include <iostream>
#include <string>
20
#include <vector>
21
test/test_power.cpp
@@ -13,7 +13,6 @@
#ifndef XSIMD_NO_SUPPORTED_ARCHITECTURE
#include "test_utils.hpp"
template <class B>
struct power_test
0 commit comments