mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-07 06:17:14 +02:00
11 lines
278 B
Diff
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
|
|
|