accelerate-bignum: Fixed-length large integer arithmetic for Accelerate

[ accelerate, bsd3, data, library ] [ Propose Tags ]

This package provides fixed-length large integer types and arithmetic operations for Accelerate. Signed and unsigned 96, 128, 160, 192, 224, 256, and 512-bit types are predefined.

Refer to the main Accelerate package for more information: http://hackage.haskell.org/package/accelerate


[Skip to Readme]

Flags

Automatic Flags
NameDescriptionDefault
llvm-cpu

Enable primpos for the LLVM CPU backend

Enabled
llvm-ptx

Enable primops for the LLVM PTX backend

Enabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0.0, 0.2.0.0, 0.3.0.0
Change log CHANGELOG.md
Dependencies accelerate (>=1.0), accelerate-llvm (>=1.0), accelerate-llvm-native (>=1.0), accelerate-llvm-ptx (>=1.0), base (>=4.8 && <4.13), ghc-prim, llvm-hs-pure (>=3.9), template-haskell [details]
License BSD-3-Clause
Copyright BSD3
Author Trevor L. McDonell
Maintainer Trevor L. McDonell <tmcdonell@cse.unsw.edu.au>
Revised Revision 1 made by TrevorMcDonell at 2019-04-30T09:26:38Z
Category Compilers/Interpreters, Concurrency, Data, Parallelism
Home page https://github.com/tmcdonell/accelerate-bignum
Bug tracker https://github.com/tmcdonell/accelerate-bignum/issues
Source repo head: git clone https://github.com/tmcdonell/accelerate-bignum
this: git clone https://github.com/tmcdonell/accelerate-bignum(tag 0.2.0.0)
Uploaded by TrevorMcDonell at 2018-04-04T01:11:12Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 1992 total (8 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for accelerate-bignum-0.2.0.0

[back to package description]

Big-number arithmetic for Accelerate

Build Status Hackage

This package provides fixed-length large integer types and arithmetic operations for Accelerate. Signed and unsigned 96, 128, 160, 192, 224, 256, and 512-bit types are predefined.

For details on Accelerate refer to the main repository.