Simon Jakobi pushed to branch wip/sjakobi/T25450-march-native at Glasgow Haskell Compiler / GHC

Commits:

2 changed files:

Changes:

  • compiler/GHC/Driver/CpuFeatures.hs
    ... ... @@ -7,7 +7,6 @@ module GHC.Driver.CpuFeatures
    7 7
     
    
    8 8
     import GHC.Prelude
    
    9 9
     
    
    10
    -import Data.Bits (testBit)
    
    11 10
     import Data.Word (Word64)
    
    12 11
     import System.IO.Unsafe (unsafePerformIO)
    
    13 12
     
    

  • docs/users_guide/expected-undocumented-flags.txt
    ... ... @@ -75,6 +75,7 @@
    75 75
     -instantiated-with
    
    76 76
     -keep-hi-file
    
    77 77
     -keep-o-file
    
    78
    +-march=native
    
    78 79
     -n
    
    79 80
     -no-keep-hi-file
    
    80 81
     -no-keep-o-file