From 96ef856f27e20490a366e0a6dc2168dc68b100bd 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..4976dd0 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 the x86 platform : 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 * You can try the new experimental [`-fobject-determinism`][-fobject-determinism] flag to enable deterministic object code generation. #### ⚠️ Deprecations