Sse42 类

定义

重要

此 API 不符合 CLS。

此类通过内部函数提供对 Intel SSE4.2 硬件指令的访问权限。

public ref class Sse42 abstract : System::Runtime::Intrinsics::X86::Sse41
[System.CLSCompliant(false)]
public abstract class Sse42 : System.Runtime.Intrinsics.X86.Sse41
[<System.CLSCompliant(false)>]
type Sse42 = class
    inherit Sse41
Public MustInherit Class Sse42
Inherits Sse41
继承
继承
派生
属性

属性

IsSupported

此类通过内部函数提供对 Intel SSE4.2 硬件指令的访问权限。

方法

CompareGreaterThan(Vector128<Int64>, Vector128<Int64>)

__m128i _mm_cmpgt_epi64 (__m128i a, __m128i b)

PCMPGTQ xmm, xmm/m128

Crc32(UInt32, Byte)

unsigned int _mm_crc32_u8 (unsigned int crc, unsigned char v)

CRC32 reg, reg/m8

Crc32(UInt32, UInt16)

unsigned int _mm_crc32_u16 (unsigned int crc, unsigned short v)

CRC32 reg, reg/m16

Crc32(UInt32, UInt32)

unsigned int _mm_crc32_u32 (unsigned int crc, unsigned int v)

CRC32 reg, reg/m32

Equals(Object)

确定指定对象是否等于当前对象。

(继承自 Object)
GetHashCode()

作为默认哈希函数。

(继承自 Object)
GetType()

获取当前实例的 Type

(继承自 Object)
MemberwiseClone()

创建当前 Object 的浅表副本。

(继承自 Object)
ToString()

返回表示当前对象的字符串。

(继承自 Object)

适用于