We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e82d290 commit 9e154afCopy full SHA for 9e154af
1 file changed
include/xsimd/config/xsimd_cpuid.hpp
@@ -15,15 +15,13 @@
15
#include "../types/xsimd_all_registers.hpp"
16
#include "./xsimd_cpu_features_arm.hpp"
17
#include "./xsimd_cpu_features_x86.hpp"
18
-#include "xsimd_inline.hpp"
+#include "./xsimd_inline.hpp"
19
20
#if XSIMD_WITH_LINUX_GETAUXVAL
21
#include <asm/hwcap.h>
22
#include <sys/auxv.h>
23
#endif
24
25
-#endif
26
-
27
namespace xsimd
28
{
29
namespace detail
0 commit comments