Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
riscv64: Implement crc16_t10dif_copy
Rather than duplicating all the crc32 4-folding and modifying it to write back to the destination the read-in bytes, write a very simple memcpy that then tail calls crc16_t10dif. This makes the performance of crc16_t10dif_copy much worse than crc16_t10dif, but still about twice as fast as crc16_t10dif_copy_base. Signed-off-by: Daniel Gregory <[email protected]>
- Loading branch information