hw-simd-0.1.1.3: SIMD library

Safe HaskellNone
LanguageHaskell2010

HaskellWorks.Data.Simd.Logical.Avx2

Documentation

class XorBits a where Source #

Methods

xorBits :: a -> a -> a Source #

class OrBits a where Source #

Methods

orBits :: a -> a -> a Source #

class AndBits a where Source #

Methods

andBits :: a -> a -> a Source #

class NotBits a where Source #

Methods

notBits :: a -> a Source #