Skip to content
Snippets Groups Projects
Forked from Glasgow Haskell Compiler / GHC
6688 commits behind the upstream repository.
  • Cheng Shao's avatar
    59e7a38f
    rts: always build 64-bit atomic ops · 59e7a38f
    Cheng Shao authored
    This patch does a few things:
    
    - Always build 64-bit atomic ops in rts/ghc-prim, even on 32-bit
      platforms
    - Remove legacy "64bit" cabal flag of rts package
    - Fix hs_xchg64 function prototype for 32-bit platforms
    - Fix AtomicFetch test for wasm32
    
    (cherry picked from commit 87095f6a)
    59e7a38f
    History
    rts: always build 64-bit atomic ops
    Cheng Shao authored
    This patch does a few things:
    
    - Always build 64-bit atomic ops in rts/ghc-prim, even on 32-bit
      platforms
    - Remove legacy "64bit" cabal flag of rts package
    - Fix hs_xchg64 function prototype for 32-bit platforms
    - Fix AtomicFetch test for wasm32
    
    (cherry picked from commit 87095f6a)
Code owners
Assign users and groups as approvers for specific file changes. Learn more.