summaryrefslogtreecommitdiff
path: root/libraries/ghc-prim/cbits/longlong.c
Commit message (Collapse)AuthorAgeFilesLines
* Change return type for emulated 64bit comparisonsJan Stolarek2013-08-161-13/+13
| | | | | | | In the previous patch I used Int64# as a return value for comparison primops used on 32bit machines for comparing Int64# and Word64#. This obviously wasn't a good idea. This patch changes return type from emulated Int64# to a native Int#.
* Comparison primops return Int# (Fixes #6135)Jan Stolarek2013-07-261-15/+13
| | | | | For a deatiled discussion of this changes please visit the wiki page: http://hackage.haskell.org/trac/ghc/wiki/PrimBool
* Update to follow RTS tidyp changesSimon Marlow2009-08-011-1/+1
|
* Remove the Integer functions; they're now in integer-gmp insteadIan Lynagh2009-06-151-38/+0
|
* Add GHC.IntWord32 and GHC.IntWord64 (from base)Ian Lynagh2008-03-251-0/+129