Remove __encodeDouble and __encodeFloat from the rts
[ghc-hetmet.git] / rts / StgPrimFloat.c
2009-06-11 Duncan CouttsRemove __encodeDouble and __encodeFloat from the rts
2009-06-02 Ian LynaghRemove the unused remains of __decodeFloat
2008-09-08 Simon Marlowadd (c) Lennart Augustsson (part of #740)
2008-06-14 Ian LynaghFix conversions between Double/Float and simple-integer
2008-05-01 Don StewartMissing .0 on float constant.
2008-04-30 Don StewartReplace C99 exp2f(32) call in __2Int_encodeDouble
2008-04-17 Ian LynaghAdd some more generic (en|de)code(Double|Float) code
2006-11-20 Ian LynaghCope with big endian float word order on little endian...
2006-04-07 Simon MarlowReorganisation of the source tree