]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/arch/arm.h
update sources to 12.2.7
[ceph.git] / ceph / src / arch / arm.h
index 1659b2e94dec42cf6d1d9038f76dec7538d11863..dacc450b18f07af50072b0ebf6c815a6b47d43fe 100644 (file)
@@ -7,6 +7,7 @@ extern "C" {
 
 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);