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)

适用于