Skip to content

Commit 867f3b0

Browse files
Kleidukosgeekosaur
andcommitted
GHC 9.12 and cabal 3.14 release announcement (#10)
* GHC 9.12 and cabal 3.14 release announcement * Update content/ghc-9.12-cabal-3.14/index.md Co-authored-by: brandon s allbery kf8nh <[email protected]> * Update content/ghc-9.12-cabal-3.14/index.md Co-authored-by: brandon s allbery kf8nh <[email protected]> * Update content/ghc-9.12-cabal-3.14/index.md Co-authored-by: brandon s allbery kf8nh <[email protected]> * Update content/ghc-9.12-cabal-3.14/index.md Co-authored-by: brandon s allbery kf8nh <[email protected]> * Update content/ghc-9.12-cabal-3.14/index.md Co-authored-by: brandon s allbery kf8nh <[email protected]> * Rectify cabal check mention * Fix the description of MultilineStrings * Fix the description of NamedDefaults * Review comments --------- Co-authored-by: brandon s allbery kf8nh <[email protected]>
1 parent 457096e commit 867f3b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/ghc-9.12-cabal-3.14/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ instead of triggering an error about a polymorphic type.
5858
### Code Generation
5959

6060
* Experimental support for the [RISC-V Platform](https://gitlab.haskell.org/ghc/ghc/-/issues/16783);
61-
* SIMD! In the x86: Most floating-point operations and some integer vector operations are supported 128-bit vectors **without LLVM**. [Get in touch](https://matrix.to/#/#ghc:matrix.org) to help with this effort
61+
* SIMD! On x86, most floating-point operations and some integer vector operations are supported for 128-bit vectors **without requiring LLVM**. [Get in touch](https://matrix.to/#/#ghc:matrix.org) to help with this effort
6262
* You can try the new experimental [`-fobject-determinism`][-fobject-determinism] flag to enable deterministic object code generation.
6363

6464
#### ⚠️ Deprecations

0 commit comments

Comments
 (0)