X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=HOWTO;h=4cc733f60e01c728ecbc3d64b7b32114d060d8fd;hb=465920381b80d2a6ee472f498e7d7444a310160b;hp=4354e465c5fd2aec62c5502b43d50b0d66629cd6;hpb=6d500c2e886635861f68cac61039da1f397a7685;p=fio.git diff --git a/HOWTO b/HOWTO index 4354e465..4cc733f6 100644 --- a/HOWTO +++ b/HOWTO @@ -1514,6 +1514,11 @@ verify=str If writing to a file, fio can verify the file contents back to regular software crc32c, if not supported by the system. + crc32c-arm64 Use hardware assisted crc32c calculation + provided on CRC enabled ARM 64-bits processors. + Falls back to regular software crc32c, if not + supported by the system. + crc32 Use a crc32 sum of the data area and store it in the header of each block.