summaryrefslogtreecommitdiff
path: root/includes/rts/PrimFloat.h
Commit message (Collapse)AuthorAgeFilesLines
* cpp: Use #pragma once instead of #ifndef guardsBen Gamari2017-04-231-4/+1
| | | | | | | | | | | | | | This both says what we mean and silences a bunch of spurious CPP linting warnings. This pragma is supported by all CPP implementations which we support. Reviewers: austin, erikd, simonmar, hvr Reviewed By: simonmar Subscribers: rwbarton, thomie Differential Revision: https://phabricator.haskell.org/D3482
* Globally replace "hackage.haskell.org" with "ghc.haskell.org"Simon Marlow2013-10-011-1/+1
|
* Expose __word_encode{Float,Double}; fixes integer-simple buildIan Lynagh2013-05-191-0/+2
|
* Fix incorrectly hidden RTS symbolsSimon Marlow2009-08-291-0/+18