From e6918187568dbd01842d8d1d2c808ce16a894239 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 21 Apr 2024 13:54:28 +0200 Subject: Adding upstream version 18.2.2. Signed-off-by: Daniel Baumann --- src/arch/arm.h | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 src/arch/arm.h (limited to 'src/arch/arm.h') diff --git a/src/arch/arm.h b/src/arch/arm.h new file mode 100644 index 000000000..dacc450b1 --- /dev/null +++ b/src/arch/arm.h @@ -0,0 +1,18 @@ +#ifndef CEPH_ARCH_ARM_H +#define CEPH_ARCH_ARM_H + +#ifdef __cplusplus +extern "C" { +#endif + +extern int ceph_arch_neon; /* true if we have ARM NEON or ASIMD abilities */ +extern int ceph_arch_aarch64_crc32; /* true if we have AArch64 CRC32/CRC32C abilities */ +extern int ceph_arch_aarch64_pmull; /* true if we have AArch64 PMULL abilities */ + +extern int ceph_arch_arm_probe(void); + +#ifdef __cplusplus +} +#endif + +#endif -- cgit v1.2.3