summaryrefslogtreecommitdiff
path: root/rts/StgPrimFloat.c
Commit message (Expand)AuthorAgeFilesLines
* Remove unused __2Int_encodeDoubleIan Lynagh2013-05-191-23/+0
* RTS tidyup sweep, first phaseSimon Marlow2009-08-021-249/+5
* Remove the implementation of gmp primops from the rtsDuncan Coutts2009-06-131-81/+0
* Remove __encodeDouble and __encodeFloat from the rtsDuncan Coutts2009-06-111-44/+0
* Remove the unused remains of __decodeFloatIan Lynagh2009-06-021-49/+0
* add (c) Lennart Augustsson (part of #740)Simon Marlow2008-09-081-0/+1
* Fix conversions between Double/Float and simple-integerIan Lynagh2008-06-141-4/+32
* Missing .0 on float constant.Don Stewart2008-05-011-1/+1
* Replace C99 exp2f(32) call in __2Int_encodeDoubleDon Stewart2008-04-301-1/+1
* Add some more generic (en|de)code(Double|Float) codeIan Lynagh2008-04-171-0/+108
* Cope with big endian float word order on little endian machinesIan Lynagh2006-11-201-1/+16
* Reorganisation of the source treeSimon Marlow2006-04-071-0/+491