Is there any hardware CRC instruction on Intel's processors to accelerate CRC in ISA-L?
Open
question
- Dominant language
- C
- Stars
- 1.1k
- Forks
- 346
- PR merge metrics
- No merged PRs in 30d
Description
Hi guys,
We used hardware CRC instruction on Intel's SSE 4.2 processors before. Now when we use crc16_t10 in ISA-L, we notice that this is a software-based CRC algorithm that costs a lot of CPU cycles.
Is there any specific CPU architecture that could support hardware CRC instruction for crc16_t10 in ISA-L?
Thanks!
Contributor guide
Assessment
This issue has not been assessed yet.