aports/community/pythran/arm-hwcap.patch
2024-01-14 16:25:43 +00:00

11 lines
278 B
Diff

--- a/pythran/xsimd/config/xsimd_cpuid.hpp
+++ b/pythran/xsimd/config/xsimd_cpuid.hpp
@@ -16,7 +16,6 @@
#include <cstring>
#if defined(__linux__) && (defined(__ARM_NEON) || defined(_M_ARM) || defined(__riscv_vector))
-#include <asm/hwcap.h>
#include <sys/auxv.h>
#endif