From 483eb2f56657e8e7f419ab1a4fab8dce9ade8609 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 27 Apr 2024 20:24:20 +0200 Subject: Adding upstream version 14.2.21. 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 00000000..dacc450b --- /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