summaryrefslogtreecommitdiff
path: root/rts/StgPrimFloat.c
Commit message (Expand)AuthorAgeFilesLines
* Add fused multiply-add instructionssheaf2023-05-111-1/+0
* Make `PosixSource.h` installed and under `rts/`John Ericson2021-08-091-1/+1
* Update Trac ticket URLs to point to GitLabRyan Scott2019-03-151-1/+1
* Fix integer overflow when encoding doubles (Trac #15271)Fangyi Zhou2018-10-281-4/+22
* fix bus error (misaligned data access) on SPARC in __decodeDouble_Int64Karel Gardas2015-03-221-3/+3
* Restore exact old semantics of `decodeFloat`Herbert Valerio Riedel2014-11-191-0/+13
* Revert "rts: add Emacs 'Local Variables' to every .c file"Simon Marlow2014-09-291-8/+0
* `M-x delete-trailing-whitespace` & `M-x untabify`Herbert Valerio Riedel2014-09-241-14/+14
* Implement `decodeDouble_Int64#` primopHerbert Valerio Riedel2014-09-171-0/+18
* rts: detabify/dewhitespace StgPrimFloat.cAustin Seipp2014-08-201-48/+48
* rts: add Emacs 'Local Variables' to every .c fileAustin Seipp2014-07-281-0/+8
* 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