Popcnt Class

Definition

Important

This API is not CLS-compliant.

This class provides access to Intel POPCNT hardware instructions via intrinsics.

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
Inheritance
Inheritance
Attributes

Properties

IsSupported

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
PopCount(UInt32)

int _mm_popcnt_u32 (unsigned int a)

POPCNT reg, reg/m32

ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to