Sse.X64 Class

Definition

public: ref class Sse::X64 abstract : System::Runtime::Intrinsics::X86::X86Base::X64
public: ref class Sse::X64 abstract
public abstract class Sse.X64 : System.Runtime.Intrinsics.X86.X86Base.X64
public abstract class Sse.X64
type Sse.X64 = class
    inherit X86Base.X64
type Sse.X64 = class
Public MustInherit Class Sse.X64
Inherits X86Base.X64
Public MustInherit Class Sse.X64
Inheritance
Inheritance
Sse.X64
Derived

Properties

IsSupported

Methods

ConvertScalarToVector128Single(Vector128<Single>, Int64)

__m128 _mm_cvtsi64_ss (__m128 a, __int64 b)

CVTSI2SS xmm, reg/m64

ConvertToInt64(Vector128<Single>)

__int64 _mm_cvtss_si64 (__m128 a)

CVTSS2SI r64, xmm/m32

ConvertToInt64WithTruncation(Vector128<Single>)

__int64 _mm_cvttss_si64 (__m128 a)

CVTTSS2SI r64, xmm/m32

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to