[commit: ghc] master: Fix precision of asinh/acosh/atanh by making them primops (c6f4eb4)

git at git.haskell.org git at git.haskell.org
Tue Aug 21 22:58:02 UTC 2018


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/c6f4eb4f8bc5e00024c74198ab9126bf1750db40/ghc

>---------------------------------------------------------------

commit c6f4eb4f8bc5e00024c74198ab9126bf1750db40
Author: Artem Pelenitsyn <a.pelenitsyn at gmail.com>
Date:   Tue Aug 21 16:07:24 2018 -0400

    Fix precision of asinh/acosh/atanh by making them primops
    
    Reviewers: hvr, bgamari, simonmar, jrtc27
    
    Reviewed By: bgamari
    
    Subscribers: alpmestan, rwbarton, thomie, carter
    
    Differential Revision: https://phabricator.haskell.org/D5034


>---------------------------------------------------------------

c6f4eb4f8bc5e00024c74198ab9126bf1750db40
 compiler/cmm/CmmMachOp.hs               |  6 ++++++
 compiler/cmm/PprC.hs                    |  6 ++++++
 compiler/codeGen/StgCmmPrim.hs          |  6 ++++++
 compiler/llvmGen/LlvmCodeGen/CodeGen.hs |  8 ++++++++
 compiler/nativeGen/PPC/CodeGen.hs       |  8 ++++++++
 compiler/nativeGen/SPARC/CodeGen.hs     |  8 ++++++++
 compiler/nativeGen/X86/CodeGen.hs       |  8 ++++++++
 compiler/prelude/primops.txt.pp         | 30 ++++++++++++++++++++++++++++++
 libraries/base/GHC/Float.hs             | 28 ++++++++++++++--------------
 9 files changed, 94 insertions(+), 14 deletions(-)

Diff suppressed because of size. To see it, use:

    git diff-tree --root --patch-with-stat --no-color --find-copies-harder --ignore-space-at-eol --cc c6f4eb4f8bc5e00024c74198ab9126bf1750db40


More information about the ghc-commits mailing list