Skip to content
Snippets Groups Projects
Commit 04d93615 authored by Ben Gamari's avatar Ben Gamari
Browse files

relnotes: Note removal of x87 support

parent 0df65587
No related branches found
No related tags found
No related merge requests found
...@@ -160,6 +160,10 @@ Compiler ...@@ -160,6 +160,10 @@ Compiler
- The :ghc-flag:`LLVM backend <-fllvm>` of this release is to be used with LLVM 9. - The :ghc-flag:`LLVM backend <-fllvm>` of this release is to be used with LLVM 9.
- (x86) Native code generator support for legacy x87 floating point coprocessor
has been removed. From this point forth GHC will only support floating point
via SSE2.
- Add new flags :ghc-flag:`-Wunused-record-wildcards` and - Add new flags :ghc-flag:`-Wunused-record-wildcards` and
:ghc-flag:`-Wredundant-record-wildcards` which warn users when they have :ghc-flag:`-Wredundant-record-wildcards` which warn users when they have
redundant or unused uses of a record wildcard match. redundant or unused uses of a record wildcard match.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment