Sse.X64 Class

Definition

Provides access to the x86 SSE hardware instructions, that are only available to 64-bit processes, via intrinsics.

C#
public abstract class Sse.X64 : System.Runtime.Intrinsics.X86.X86Base.X64
C#
public abstract class Sse.X64
Inheritance
Inheritance
Sse.X64
Derived

Properties

IsSupported

Gets a value that indicates whether the APIs in this class are supported.

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

Product Versions
.NET Core 3.0, Core 3.1, 5, 6, 7, 8, 9