Sse41.X64 Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides access to the x86 SSE4.1 hardware instructions, that are only available to 64-bit processes, via intrinsics.
public: ref class Sse41::X64 abstract : System::Runtime::Intrinsics::X86::Ssse3::X64
public: ref class Sse41::X64 abstract : System::Runtime::Intrinsics::X86::Sse2::X64
public abstract class Sse41.X64 : System.Runtime.Intrinsics.X86.Ssse3.X64
public abstract class Sse41.X64 : System.Runtime.Intrinsics.X86.Sse2.X64
type Sse41.X64 = class
inherit Ssse3.X64
type Sse41.X64 = class
inherit Sse2.X64
Public MustInherit Class Sse41.X64
Inherits Ssse3.X64
Public MustInherit Class Sse41.X64
Inherits Sse2.X64
- Inheritance
- Inheritance
- Derived
Properties
IsSupported |
Gets a value that indicates whether the APIs in this class are supported. |
Methods
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
Extract(Vector128<Int64>, Byte) |
__int64 _mm_extract_epi64 (__m128i a, const int imm8) PEXTRQ reg/m64, xmm, imm8 |
Extract(Vector128<UInt64>, Byte) |
__int64 _mm_extract_epi64 (__m128i a, const int imm8) PEXTRQ reg/m64, xmm, imm8 |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
Insert(Vector128<Int64>, Int64, Byte) |
__m128i _mm_insert_epi64 (__m128i a, __int64 i, const int imm8) PINSRQ xmm, reg/m64, imm8 |
Insert(Vector128<UInt64>, UInt64, Byte) |
__m128i _mm_insert_epi64 (__m128i a, __int64 i, const int imm8) PINSRQ xmm, reg/m64, imm8 |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |