Skip to content

winterland1989/word24

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status Hackage

This library implements 24-bit word and int types suitable for use in vector processing.

Storable implementations are provided, however as they use a size and alignment of 3 bytes care should be taken to ensure they are compatible if used in conjunction with the FFI.

These types use unboxed data and GHC primitives, and are unlikely to be compatible with other Haskell compilers.

INSTALLATION INSTRUCTIONS

This library uses the Hackage/Cabal build system. You will need a working Haskell compiler and appropriate build system. This is most easily met by installing the Haskell Platform. The following command will install the library:

cabal install word24

This library is pure Haskell, and should install on any system with a suitable Haskell compiler with no extra steps required. In particular, POSIX-compatible, Mac OSX, and Windows should all be supported.

About

signed and unsigned 24-bit word types

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Haskell 99.4%
  • Shell 0.6%