Re: [PATCH v2 2/8] Add support for emulation of CRC32 instructions

2024-10-20 Thread Philippe Mathieu-Daudé
Hi Aleksandar, On 18/10/24 10:19, Aleksandar Rakic wrote: Add emulation of MIPS' CRC32 (Cyclic Redundancy Check) instructions. Reuse zlib crc32() and Linux crc32c(). Cherry-picked 4cc974938aee1588f852590509004e340c072940 from https://github.com/MIPS/gnutools-qemu Signed-off-by: Yongbok Kim Si

Re: [PATCH v2 2/8] Add support for emulation of CRC32 instructions

2024-10-19 Thread Aleksandar Rikalo
> > Add emulation of MIPS' CRC32 (Cyclic Redundancy Check) instructions. > Reuse zlib crc32() and Linux crc32c(). > > Cherry-picked 4cc974938aee1588f852590509004e340c072940 > from https://github.com/MIPS/gnutools-qemu > > Signed-off-by: Yongbok Kim > Signed-off-by: Aleksandar Markovic > Signed-of

[PATCH v2 2/8] Add support for emulation of CRC32 instructions

2024-10-18 Thread Aleksandar Rakic
Add emulation of MIPS' CRC32 (Cyclic Redundancy Check) instructions. Reuse zlib crc32() and Linux crc32c(). Cherry-picked 4cc974938aee1588f852590509004e340c072940 from https://github.com/MIPS/gnutools-qemu Signed-off-by: Yongbok Kim Signed-off-by: Aleksandar Markovic Signed-off-by: Aleksandar R