1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-21 10:15:12 +03:00
aports/community/pythran/arm-hwcap.patch
psykose b074200ad1 community/pythran: new aport
https://github.com/serge-sans-paille/pythran
Ahead of Time compiler for numeric kernels
2022-10-29 00:01:56 +02:00

12 lines
386 B
Diff

diff --git a/third_party/xsimd/config/xsimd_cpuid.hpp b/third_party/xsimd/config/xsimd_cpuid.hpp
index 869d3e7..6a48bf7 100644
--- a/third_party/xsimd/config/xsimd_cpuid.hpp
+++ b/third_party/xsimd/config/xsimd_cpuid.hpp
@@ -16,7 +16,6 @@
#include <cstring>
#if defined(__linux__) && (defined(__ARM_NEON) || defined(_M_ARM))
-#include <asm/hwcap.h>
#include <sys/auxv.h>
#endif