Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Drop old integer-gmp-0.5 from GHC source tree | Herbert Valerio Riedel | 2015-03-31 | 1 | -249/+0 |
| | | | | | | | | | | | | | | | | | | This completes what c774b28f76ee4c220f7c1c9fd81585e0e3af0e8a (#9281) started. `integer-gmp-1.0` was added as an additional `libraries/integer-gmp2` folder while retaining the ability to configure GHC w/ the old `integer-gmp-0.5` to have a way back, and or the ability to easily switch between old/new `integer-gmp` for benchmark/debugging purposes. This commit removes the old `libraries/integer-gmp` folder and moves `libraries/integer-gmp2` into its place, while removing any mentions of "gmp2" as well as the to support two different `integer-gmp` packages in GHC's source-tree. Reviewed By: austin Differential Revision: https://phabricator.haskell.org/D769 | ||||
* | Introduce new SIZEOF_MP_LIMB_T derived constant | Herbert Valerio Riedel | 2014-01-16 | 1 | -9/+2 |
| | | | | | | | | This allows to simplify code in `float.c` and to encode the "sizeof(mp_limb_t) != sizeof(W_)" assumption as a compile-time assertion. Signed-off-by: Herbert Valerio Riedel <hvr@gnu.org> | ||||
* | Eliminate intermediate overflow for encodeFloat, fixes #5524 | Daniel Fischer | 2011-10-01 | 1 | -4/+90 |
| | |||||
* | Untabify cbits/float.c | Daniel Fischer | 2011-10-01 | 1 | -35/+35 |
| | |||||
* | Update to follow RTS tidyp changes | Simon Marlow | 2009-08-01 | 1 | -0/+2 |
| | |||||
* | Implement the gmp primops in the integer-gmp package using cmm | Duncan Coutts | 2009-06-13 | 1 | -2/+64 |
| | |||||
* | Add __encodeDouble and __encodeFloat | Duncan Coutts | 2009-06-11 | 1 | -0/+106 |
Moved here from the rts. |