···66(** {1 Hardware acceleration} *)
7788val has_hardware_crc : bool
99-(** [true] if the CPU supports hardware CRC instructions (SSE4.2 on x86_64, CRC
99+(** [has_hardware_crc] is [true] if the CPU supports hardware CRC instructions (SSE4.2 on x86_64, CRC
1010 extensions on ARM). When [true], CRC-32C uses hardware intrinsics and CRC-32
1111 uses hardware on ARM (software slicing-by-8 on x86_64). *)
1212