hw-simd-0.1.0.0: SIMD library

Safe HaskellNone
LanguageHaskell2010

HaskellWorks.Data.Simd.Logical.Stock

Documentation

class XorBits a where Source #

Minimal complete definition

xorBits

Methods

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

class OrBits a where Source #

Minimal complete definition

orBits

Methods

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

class AndBits a where Source #

Minimal complete definition

andBits

Methods

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

class AndNotBits a where Source #

Minimal complete definition

andNotBits

Methods

andNotBits :: a -> a -> a Source #

class NotBits a where Source #

Minimal complete definition

notBits

Methods

notBits :: a -> a Source #