[GHC] #7858: Fix definitions of abs/signum for Floats/Doubles
GHC
ghc-devs at haskell.org
Mon Aug 4 18:13:23 UTC 2014
#7858: Fix definitions of abs/signum for Floats/Doubles
-------------------------------------+-------------------------------------
Reporter: lerkok | Owner:
Type: bug | Status: patch
Priority: normal | Milestone: 7.10.1
Component: | Version: 7.6.3
libraries/base | Keywords: floating point
Resolution: | Architecture: Unknown/Multiple
Operating System: | Difficulty: Unknown
Unknown/Multiple | Blocked By:
Type of failure: | Related Tickets: #9238
None/Unknown |
Test Case: |
Blocking: |
Differential Revisions: |
-------------------------------------+-------------------------------------
Comment (by carter):
if we had a cheap Float<->Word32, Double <-> Word64, could we define these
wrt the bit banging approach? In fact, can't we define those already using
CMM (wrt the unlifted types)?
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/7858#comment:8>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list