mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-21 10:15:12 +03:00
12 lines
386 B
Diff
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
|
|
|