CRC checksums (CRC-16, CRC-32, CRC-32C) for OCaml
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

crc: fix doc format for has_hardware_crc (merlint E410)

+1 -1
+1 -1
lib/crc.mli
··· 6 6 (** {1 Hardware acceleration} *) 7 7 8 8 val has_hardware_crc : bool 9 - (** [true] if the CPU supports hardware CRC instructions (SSE4.2 on x86_64, CRC 9 + (** [has_hardware_crc] is [true] if the CPU supports hardware CRC instructions (SSE4.2 on x86_64, CRC 10 10 extensions on ARM). When [true], CRC-32C uses hardware intrinsics and CRC-32 11 11 uses hardware on ARM (software slicing-by-8 on x86_64). *) 12 12