Terraria v1.4.4.9
Terraria source code documentation
All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events Macros
System.Runtime.Intrinsics.X86.Sse3.X64 Class Referenceabstract

Static Public Member Functions

static long ConvertToInt64 (Vector128< double > value)
 
static long ConvertToInt64 (Vector128< long > value)
 
static long ConvertToInt64 (Vector128< float > 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 long ConvertToInt64WithTruncation (Vector128< float > value)
 
static unsafe void StoreNonTemporal (long *address, long value)
 
static unsafe void StoreNonTemporal (ulong *address, ulong value)
 
static Vector128< float > ConvertScalarToVector128Single (Vector128< float > upper, long 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 Sse3.cs.


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