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)

適用対象