diff options
author | Ben Gamari <ben@smart-cactus.org> | 2019-01-30 10:05:19 -0500 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2019-01-30 10:05:19 -0500 |
commit | 172a59335fa6c76b17fb6795e87fbc7fcfd198e6 (patch) | |
tree | 6e5e940cb2c6ae9110807fa0d637a280c63b4220 /docs/users_guide/using.rst | |
parent | 76c8fd674435a652c75a96c85abbf26f1f221876 (diff) | |
download | haskell-172a59335fa6c76b17fb6795e87fbc7fcfd198e6.tar.gz |
Revert "Batch merge"
This reverts commit 76c8fd674435a652c75a96c85abbf26f1f221876.
Diffstat (limited to 'docs/users_guide/using.rst')
-rw-r--r-- | docs/users_guide/using.rst | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/docs/users_guide/using.rst b/docs/users_guide/using.rst index 83eeb51eed..420e2d3bfc 100644 --- a/docs/users_guide/using.rst +++ b/docs/users_guide/using.rst @@ -1088,16 +1088,6 @@ Some flags only make sense for particular target platforms. SSE4.2 if your processor supports it but detects this automatically so no flag is required. -.. ghc-flag:: -mbmi2 - :shortdesc: (x86 only) Use BMI2 for bit manipulation operations - :type: dynamic - :category: platform-options - - (x86 only, added in GHC 7.4.1) Use the BMI2 instruction set to - implement some bit operations when using the - :ref:`native code generator <native-code-gen>`. The resulting compiled - code will only run on processors that support BMI2 (Intel Haswell and newer, AMD Excavator, Zen and newer). - Miscellaneous flags ------------------- |