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

2025-01-22 Thread Philippe Mathieu-Daudé
On 22/1/25 08:27, Philippe Mathieu-Daudé wrote: On 12/11/24 17:41, 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-qem

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

2025-01-21 Thread Philippe Mathieu-Daudé
On 12/11/24 17:41, 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 Signed-off-by: Ale

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

2025-01-21 Thread Philippe Mathieu-Daudé
On 12/11/24 17:41, 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 Signed-off-by: Ale

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

2025-01-17 Thread Aleksandar Rakic
Hi, Could you please let us know if you have any comments on the latest version of this patch? Kind regards, Aleksandar Rakic

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

2024-12-11 Thread Aleksandar Rakic
Hi, A kind remind/ping on the patch. Before we send v3, do you have any comments on this patch? Kind regards, Aleksandar Rakic

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

2024-11-12 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