From 867f3b0856c35f40f4458d26878e7cbdbbe5173a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9cate?= Date: Mon, 6 Jan 2025 11:49:39 +0100 Subject: [PATCH] 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 * Update content/ghc-9.12-cabal-3.14/index.md Co-authored-by: brandon s allbery kf8nh * Update content/ghc-9.12-cabal-3.14/index.md Co-authored-by: brandon s allbery kf8nh * Update content/ghc-9.12-cabal-3.14/index.md Co-authored-by: brandon s allbery kf8nh * Update content/ghc-9.12-cabal-3.14/index.md Co-authored-by: brandon s allbery kf8nh * Rectify cabal check mention * Fix the description of MultilineStrings * Fix the description of NamedDefaults * Review comments --------- Co-authored-by: brandon s allbery kf8nh --- content/ghc-9.12-cabal-3.14/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/ghc-9.12-cabal-3.14/index.md b/content/ghc-9.12-cabal-3.14/index.md index 738b2b7..f9d3d4c 100644 --- a/content/ghc-9.12-cabal-3.14/index.md +++ b/content/ghc-9.12-cabal-3.14/index.md @@ -58,7 +58,7 @@ instead of triggering an error about a polymorphic type. ### Code Generation * Experimental support for the [RISC-V Platform](https://gitlab.haskell.org/ghc/ghc/-/issues/16783); -* 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 +* 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 * You can try the new experimental [`-fobject-determinism`][-fobject-determinism] flag to enable deterministic object code generation. #### ⚠️ Deprecations