Re: [PATCH v6 1/1] Add support for emulation of CRC32 instructions

2025-06-25 Thread Philippe Mathieu-Daudé
Hi Aleksandar, On 25/6/25 22:10, Aleksandar Rakic wrote: From: Aleksandar Rakic Add emulation of MIPS' CRC32 (Cyclic Redundancy Check) instructions. Reuse zlib crc32() and Linux crc32c(). Enable CRC for mips64r6. Signed-off-by: Yongbok Kim Signed-off-by: Aleksandar Markovic Signed-off-by:

[PATCH v6 1/1] Add support for emulation of CRC32 instructions

2025-06-25 Thread Aleksandar Rakic
From: Aleksandar Rakic Add emulation of MIPS' CRC32 (Cyclic Redundancy Check) instructions. Reuse zlib crc32() and Linux crc32c(). Enable CRC for mips64r6. Signed-off-by: Yongbok Kim Signed-off-by: Aleksandar Markovic Signed-off-by: Aleksandar Rakic Reviewed-by: Aleksandar Rikalo --- targe