bits-extra-0.0.1.0

Safe HaskellSafe
LanguageHaskell2010

Data.Bits.Pdep

Synopsis

Documentation

class Pdep a where Source #

Bitwise parallel deposit. Deposits bits from the source at the locations described by the mask.

Minimal complete definition

pdep

Methods

pdep :: a -> a -> a Source #

fastPdepEnabled :: Bool Source #

Runtime flag indicating whether the pdep function is using the high-performance. BMI2 instruction set. A value of False indicates that pdep is emulated.