Module bitintr::x86::abm [] [src]

Advanced Bit Manipulation (ABM) instruction set.

The references are:

Wikipedia provides a quick overview of the instructions available.

Traits

LZCNT

Method version of lzcnt.

POPCNT

Method version of popcnt.

Functions

lzcnt

Counts the leading most significant zero bits.

popcnt

Counts the bits that are set.