We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62d140a commit f39a1abCopy full SHA for f39a1ab
2 files changed
include/xsimd/config/xsimd_cpu_features_ppc.hpp
@@ -15,13 +15,6 @@
15
#include "./xsimd_config.hpp"
16
#include "./xsimd_getauxval.hpp"
17
18
-#if XSIMD_TARGET_PPC && XSIMD_HAVE_LINUX_GETAUXVAL
19
-// HWCAP_XXX masks to use on getauxval results.
20
-// Header does not exists on all architectures and masks are architecture
21
-// specific.
22
-#include <asm/hwcap.h>
23
-#endif // XSIMD_TARGET_PPC && XSIMD_HAVE_LINUX_GETAUXVAL
24
-
25
namespace xsimd
26
{
27
/**
include/xsimd/config/xsimd_cpuid.hpp
@@ -14,8 +14,8 @@
14
#include "../types/xsimd_all_registers.hpp"
#include "./xsimd_cpu_features_arm.hpp"
-#include "./xsimd_cpu_features_riscv.hpp"
#include "./xsimd_cpu_features_ppc.hpp"
+#include "./xsimd_cpu_features_riscv.hpp"
#include "./xsimd_cpu_features_x86.hpp"
#include "./xsimd_inline.hpp"
0 commit comments