From 789ce5221c79d5d98c7ab740cfda9b5127ae01de Mon Sep 17 00:00:00 2001 From: Jibec Date: Apr 18 2020 20:14:37 +0000 Subject: suppress indentation warning --- diff --git a/modules/release-notes/pages/developers/Development_Haskell.adoc b/modules/release-notes/pages/developers/Development_Haskell.adoc index 489f8b3..82b48d0 100644 --- a/modules/release-notes/pages/developers/Development_Haskell.adoc +++ b/modules/release-notes/pages/developers/Development_Haskell.adoc @@ -6,4 +6,4 @@ include::{partialsdir}/entities.adoc[] == Update Haskell packages to Stackage LTS 11 * The Haskell package version have been updated from Stackage LTS 10 to LTS 11. -For more information about updated packages, see link:++https://www.stackage.org/lts-11.22++[Stackage Server]. + For more information about updated packages, see link:++https://www.stackage.org/lts-11.22++[Stackage Server]. diff --git a/modules/release-notes/pages/sysadmin/Distribution.adoc b/modules/release-notes/pages/sysadmin/Distribution.adoc index f0538f5..e7a9a61 100644 --- a/modules/release-notes/pages/sysadmin/Distribution.adoc +++ b/modules/release-notes/pages/sysadmin/Distribution.adoc @@ -46,7 +46,7 @@ Fedora 29 changes build requirements for `i686` packages in such a way that they Specifically, the following changes are made to 32-bit packages to optimize them for use on current `x86_64` systems: * The default compiler flags are changed to `-march=i686 -msse2 -mtune=generic -mfpmath=sse -mstackrealign`. -This enables SSE2 support with optimal backwards compatibility due to automatic stack realignment. (16-byte stack alignment was introduced with SSE2 support in the i386 ABI, but old binaries only provide 4-byte stack alignment.) + This enables SSE2 support with optimal backwards compatibility due to automatic stack realignment. (16-byte stack alignment was introduced with SSE2 support in the i386 ABI, but old binaries only provide 4-byte stack alignment.) * `x86` packages can use SSE2 optimizations unconditionally.