mirror of
https://github.com/aaru-dps/Aaru.Checksums.Native.git
synced 2025-12-16 11:14:29 +00:00
Fixed typo in ARM32 CRC32 instruction call.
This commit is contained in:
@@ -92,7 +92,7 @@ TARGET_ARMV8_WITH_CRC uint32_t armv8_crc32_little(uint32_t previous_crc, const u
|
||||
}
|
||||
while(len >= 4)
|
||||
{
|
||||
c = __crc32d(c, *buf4++);
|
||||
c = __crc32w(c, *buf4++);
|
||||
len -= 4;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user