Enable crc32c accelleration for arm64 on OSX
authorJens Axboe <axboe@kernel.dk>
Wed, 25 Jan 2023 15:01:30 +0000 (08:01 -0700)
committerJens Axboe <axboe@kernel.dk>
Wed, 25 Jan 2023 15:01:30 +0000 (08:01 -0700)
Before:

jensaxboe@Jenss-MacBook-Pro fio % ./fio --crctest=crc32c
crc32c:   440.18 MiB/sec

After:

ensaxboe@Jenss-MacBook-Pro fio % ./fio --crctest=crc32c
crc32c: 23923.00 MiB/sec

We know we have it on osx on arm hardware, enabling it is pretty
straightforward with that assumption.

Signed-off-by: Jens Axboe <axboe@kernel.dk>

No differences found