diff options
author | John Ky <newhoggy@gmail.com> | 2017-11-15 11:35:42 -0500 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2017-11-15 11:37:00 -0500 |
commit | f5dc8ccc29429d0a1d011f62b6b430f6ae50290c (patch) | |
tree | 3b3e3d9cf1a1276efd977523b5ea18fa65ecf812 /libraries/ghc-prim/ghc-prim.cabal | |
parent | 47ad6578ea460999b53eb4293c3a3b3017a56d65 (diff) | |
download | haskell-f5dc8ccc29429d0a1d011f62b6b430f6ae50290c.tar.gz |
Add new mbmi and mbmi2 compiler flags
This adds support for the bit deposit and extraction operations provided
by the BMI and BMI2 instruction set extensions on modern amd64 machines.
Test Plan: Validate
Reviewers: austin, simonmar, bgamari, hvr, goldfire, erikd
Reviewed By: bgamari
Subscribers: goldfire, erikd, trommler, newhoggy, rwbarton, thomie
GHC Trac Issues: #14206
Differential Revision: https://phabricator.haskell.org/D4063
Diffstat (limited to 'libraries/ghc-prim/ghc-prim.cabal')
-rw-r--r-- | libraries/ghc-prim/ghc-prim.cabal | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libraries/ghc-prim/ghc-prim.cabal b/libraries/ghc-prim/ghc-prim.cabal index 5b6b857ffb..ca50808469 100644 --- a/libraries/ghc-prim/ghc-prim.cabal +++ b/libraries/ghc-prim/ghc-prim.cabal @@ -77,6 +77,8 @@ Library cbits/ctz.c cbits/debug.c cbits/longlong.c + cbits/pdep.c + cbits/pext.c cbits/popcnt.c cbits/word2float.c |