Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Runtime.Intrinsics.Arm.Crc32 Class Referenceabstract

Classes

class  Arm64
 

Static Public Member Functions

static uint ComputeCrc32 (uint crc, byte data)
 
static uint ComputeCrc32 (uint crc, ushort data)
 
static uint ComputeCrc32 (uint crc, uint data)
 
static uint ComputeCrc32C (uint crc, byte data)
 
static uint ComputeCrc32C (uint crc, ushort data)
 
static uint ComputeCrc32C (uint crc, uint data)
 
static int LeadingZeroCount (int value)
 
static int LeadingZeroCount (uint value)
 
static int ReverseElementBits (int value)
 
static uint ReverseElementBits (uint value)
 

Properties

static new bool IsSupported [get]
 

Detailed Description

Definition at line 7 of file Crc32.cs.


The documentation for this class was generated from the following file: