Terraria v1.4.4.9
Terraria source code documentation
|
Static Public Member Functions | |
static long | ConvertToInt64 (Vector128< double > value) |
static long | ConvertToInt64 (Vector128< long > value) |
static ulong | ConvertToUInt64 (Vector128< ulong > value) |
static Vector128< double > | ConvertScalarToVector128Double (Vector128< double > upper, long value) |
static Vector128< long > | ConvertScalarToVector128Int64 (long value) |
static Vector128< ulong > | ConvertScalarToVector128UInt64 (ulong value) |
static long | ConvertToInt64WithTruncation (Vector128< double > value) |
static unsafe void | StoreNonTemporal (long *address, long value) |
static unsafe void | StoreNonTemporal (ulong *address, ulong value) |
static long | ConvertToInt64 (Vector128< float > value) |
static Vector128< float > | ConvertScalarToVector128Single (Vector128< float > upper, long value) |
static long | ConvertToInt64WithTruncation (Vector128< float > value) |
Static Package Functions | |
static ulong | BitScanForward (ulong value) |
static ulong | BitScanReverse (ulong value) |
Properties | |
static new bool | IsSupported [get] |