Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Runtime.Intrinsics.X86.Bmi1.X64 Class Referenceabstract

Static Public Member Functions

static ulong AndNot (ulong left, ulong right)
 
static ulong BitFieldExtract (ulong value, byte start, byte length)
 
static ulong BitFieldExtract (ulong value, ushort control)
 
static ulong ExtractLowestSetBit (ulong value)
 
static ulong GetMaskUpToLowestSetBit (ulong value)
 
static ulong ResetLowestSetBit (ulong value)
 
static ulong TrailingZeroCount (ulong value)
 

Static Package Functions

static ulong BitScanForward (ulong value)
 
static ulong BitScanReverse (ulong value)
 

Properties

static new bool IsSupported [get]
 

Detailed Description

Definition at line 10 of file Bmi1.cs.


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