./math/hs-quote-quot, Divide without division

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.2.1.0nb1, Package name: hs-quote-quot-0.2.1.0nb1, Maintainer: pkgsrc-users

Generate routines for integer division, employing arithmetic and bitwise
operations only, which are 2.5x-3.5x faster than quot. Divisors must be
known in compile-time and be positive.


Master sites:

Filesize: 6.573 KB

Version history: (Expand)


CVS history: (Expand)


   2024-04-28 13:52:04 by Masatake Daimon | Files touched by this commit (1)
Log message:
math/hs-quote-quot: Fix build with GHC 9.8

This breaks build with the currently default GHC 9.6. Please bear with me
until I switch the default compiler.
   2023-11-02 07:37:49 by Masatake Daimon | Files touched by this commit (1141)
Log message:
Revbump all Haskell after updating lang/ghc96
   2023-10-24 10:35:10 by Masatake Daimon | Files touched by this commit (5)
Log message:
math/hs-quote-quot: import hs-quote-quot-0.2.1.0

Generate routines for integer division, employing arithmetic and bitwise
operations only, which are 2.5x-3.5x faster than quot. Divisors must be
known in compile-time and be positive.