summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2023-05-25 15:47:15 +0300
committerMartin Storsjö <martin@martin.st>2023-06-06 12:40:57 +0300
commit493fcde50a84cb23854335bcb0e55c6f383d55db (patch)
tree3f7c40669b1a45ee1f6c00f858b8e387399796cf /configure
parent397cb623c85a515663f410821ba2dded3404112f (diff)
aarch64: Add Linux runtime cpu feature detection using HWCAP_CPUID
Based partially on code by Janne Grunau. Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure b/configure
index c791679794..5127fa0d8c 100755
--- a/configure
+++ b/configure
@@ -2209,6 +2209,7 @@ HAVE_LIST_PUB="
HEADERS_LIST="
arpa_inet_h
+ asm_hwcap_h
asm_types_h
cdio_paranoia_h
cdio_paranoia_paranoia_h
@@ -6432,6 +6433,7 @@ check_headers io.h
enabled libdrm &&
check_headers linux/dma-buf.h
+check_headers asm/hwcap.h
check_headers linux/perf_event.h
check_headers libcrystalhd/libcrystalhd_if.h
check_headers malloc.h