Thank you for the review. I'm already working on suggested changes. The answers to the few questions are attached here.
Thanks, Mariam On Wed, Aug 16, 2023 at 8:59 AM Jeff Law <jeffreya...@gmail.com> wrote: > > > On 8/3/23 13:37, Mariam Harutyunyan via Gcc-patches wrote: > > This patch adds CRC support for the RISC-V architecture. It adds internal > > functions and built-ins specifically designed to handle CRC computations > > efficiently. > > > > If the target is ZBC, the clmul instruction is used for the CRC code > > generation; otherwise, table-based CRC is generated. A table with 256 > > elements is used to store precomputed CRCs. > > > > These CRC calculation algorithms have higher performance than the naive > CRC > > calculation algorithm. > [ ... ] > Various comments attached. >
reply-to-comments
Description: Binary data