mirror of
https://github.com/matrix-construct/construct
synced 2024-11-25 08:12:37 +01:00
configure: Check for ARM feature headers.
This commit is contained in:
parent
c5478cd151
commit
2377a429ce
1 changed files with 6 additions and 0 deletions
|
@ -1070,6 +1070,12 @@ dnl x86 platform
|
|||
RB_CHK_SYSHEADER(x86intrin.h, [X86INTRIN_H])
|
||||
RB_CHK_SYSHEADER(cpuid.h, [CPUID_H])
|
||||
|
||||
dnl arm platform
|
||||
RB_CHK_SYSHEADER(arm_acle.h, [ARM_ACLE_H])
|
||||
RB_CHK_SYSHEADER(arm_cmse.h, [ARM_ACLE_H])
|
||||
RB_CHK_SYSHEADER(arm_neon.h, [ARM_NEON_H])
|
||||
RB_CHK_SYSHEADER(arm_sve.h, [ARM_SVE_H])
|
||||
|
||||
dnl instrumentation
|
||||
RB_CHK_SYSHEADER(malloc.h, [MALLOC_H])
|
||||
RB_CHK_SYSHEADER(valgrind/valgrind.h, [VALGRIND_VALGRIND_H])
|
||||
|
|
Loading…
Reference in a new issue