mirror of
https://github.com/aaru-dps/AaruBenchmark.git
synced 2025-12-16 19:24:36 +00:00
Fix setting force managed in CRC16-CCITT.
This commit is contained in:
@@ -156,7 +156,7 @@ namespace AaruBenchmark.Checksums
|
|||||||
|
|
||||||
public static void Crc16Ccitt()
|
public static void Crc16Ccitt()
|
||||||
{
|
{
|
||||||
Native.ForceManaged = true;
|
Native.ForceManaged = false;
|
||||||
|
|
||||||
byte[] data = new byte[1048576];
|
byte[] data = new byte[1048576];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user