Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change return type for emulated 64bit comparisons | Jan Stolarek | 2013-08-16 | 1 | -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 Stolarek | 2013-07-26 | 1 | -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 changes | Simon Marlow | 2009-08-01 | 1 | -1/+1 |
| | |||||
* | Remove the Integer functions; they're now in integer-gmp instead | Ian Lynagh | 2009-06-15 | 1 | -38/+0 |
| | |||||
* | Add GHC.IntWord32 and GHC.IntWord64 (from base) | Ian Lynagh | 2008-03-25 | 1 | -0/+129 |