共用方式為


Popcnt 類別

定義

重要

此 API 不符合 CLS 規範。

此類別可讓您透過內建函式存取 Intel POPCNT 硬體指示。

public ref class Popcnt abstract : System::Runtime::Intrinsics::X86::Sse42
[System.CLSCompliant(false)]
public abstract class Popcnt : System.Runtime.Intrinsics.X86.Sse42
[<System.CLSCompliant(false)>]
type Popcnt = class
    inherit Sse42
Public MustInherit Class Popcnt
Inherits Sse42
繼承
繼承
屬性

屬性

IsSupported

此類別可讓您透過內建函式存取 Intel POPCNT 硬體指示。

方法

Equals(Object)

判斷指定的物件是否等於目前的物件。

(繼承來源 Object)
GetHashCode()

做為預設雜湊函式。

(繼承來源 Object)
GetType()

取得目前執行個體的 Type

(繼承來源 Object)
MemberwiseClone()

建立目前 Object 的淺層複製。

(繼承來源 Object)
PopCount(UInt32)

int _mm_popcnt_u32 (unsigned int a)

POPCNT reg, reg/m32

ToString()

傳回代表目前物件的字串。

(繼承來源 Object)

適用於