summaryrefslogtreecommitdiff
path: root/libraries/integer-gmp/cbits/float.c
Commit message (Expand)AuthorAgeFilesLines
* Drop old integer-gmp-0.5 from GHC source treeHerbert Valerio Riedel2015-03-311-249/+0
* Introduce new SIZEOF_MP_LIMB_T derived constantHerbert Valerio Riedel2014-01-161-9/+2
* Eliminate intermediate overflow for encodeFloat, fixes #5524Daniel Fischer2011-10-011-4/+90
* Untabify cbits/float.cDaniel Fischer2011-10-011-35/+35
* Update to follow RTS tidyp changesSimon Marlow2009-08-011-0/+2
* Implement the gmp primops in the integer-gmp package using cmmDuncan Coutts2009-06-131-2/+64
* Add __encodeDouble and __encodeFloatDuncan Coutts2009-06-111-0/+106