public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH] install.texi: Document --enable-decimal-float for AArch64
@ 2023-04-18  7:54 Christophe Lyon
  2023-04-18 19:48 ` Richard Sandiford
  0 siblings, 1 reply; 2+ messages in thread
From: Christophe Lyon @ 2023-04-18  7:54 UTC (permalink / raw)
  To: gcc-patches; +Cc: Christophe Lyon

When I committed the patches to enable support for DFP on AArch64, I
forgot to update the installation documentation.

This patch adds AArch64 as needed (same as i386/x86_64).

OK for trunk and gcc-13?

2023-04-17  Christophe Lyon  <christophe.lyon@arm.com>

	gcc/
	* doc/install.texi (enable-decimal-float): Add AArch64.
---
 gcc/doc/install.texi | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi
index 15aef1394f4..b13bc122513 100644
--- a/gcc/doc/install.texi
+++ b/gcc/doc/install.texi
@@ -2178,13 +2178,14 @@ forward to maintain the port.
 @itemx --enable-decimal-float=dpd
 @itemx --disable-decimal-float
 Enable (or disable) support for the C decimal floating point extension
-that is in the IEEE 754-2008 standard.  This is enabled by default only
-on PowerPC, i386, and x86_64 GNU/Linux systems.  Other systems may also
-support it, but require the user to specifically enable it.  You can
-optionally control which decimal floating point format is used (either
-@samp{bid} or @samp{dpd}).  The @samp{bid} (binary integer decimal)
-format is default on i386 and x86_64 systems, and the @samp{dpd}
-(densely packed decimal) format is default on PowerPC systems.
+that is in the IEEE 754-2008 standard.  This is enabled by default
+only on AArch64, PowerPC, i386, and x86_64 GNU/Linux systems.  Other
+systems may also support it, but require the user to specifically
+enable it.  You can optionally control which decimal floating point
+format is used (either @samp{bid} or @samp{dpd}).  The @samp{bid}
+(binary integer decimal) format is default on AArch64, i386 and x86_64
+systems, and the @samp{dpd} (densely packed decimal) format is default
+on PowerPC systems.
 
 @item --enable-fixed-point
 @itemx --disable-fixed-point
-- 
2.34.1


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] install.texi: Document --enable-decimal-float for AArch64
  2023-04-18  7:54 [PATCH] install.texi: Document --enable-decimal-float for AArch64 Christophe Lyon
@ 2023-04-18 19:48 ` Richard Sandiford
  0 siblings, 0 replies; 2+ messages in thread
From: Richard Sandiford @ 2023-04-18 19:48 UTC (permalink / raw)
  To: Christophe Lyon via Gcc-patches; +Cc: Christophe Lyon

Christophe Lyon via Gcc-patches <gcc-patches@gcc.gnu.org> writes:
> When I committed the patches to enable support for DFP on AArch64, I
> forgot to update the installation documentation.
>
> This patch adds AArch64 as needed (same as i386/x86_64).
>
> OK for trunk and gcc-13?

OK for both, thanks.

Richard

> 2023-04-17  Christophe Lyon  <christophe.lyon@arm.com>
>
> 	gcc/
> 	* doc/install.texi (enable-decimal-float): Add AArch64.
> ---
>  gcc/doc/install.texi | 15 ++++++++-------
>  1 file changed, 8 insertions(+), 7 deletions(-)
>
> diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi
> index 15aef1394f4..b13bc122513 100644
> --- a/gcc/doc/install.texi
> +++ b/gcc/doc/install.texi
> @@ -2178,13 +2178,14 @@ forward to maintain the port.
>  @itemx --enable-decimal-float=dpd
>  @itemx --disable-decimal-float
>  Enable (or disable) support for the C decimal floating point extension
> -that is in the IEEE 754-2008 standard.  This is enabled by default only
> -on PowerPC, i386, and x86_64 GNU/Linux systems.  Other systems may also
> -support it, but require the user to specifically enable it.  You can
> -optionally control which decimal floating point format is used (either
> -@samp{bid} or @samp{dpd}).  The @samp{bid} (binary integer decimal)
> -format is default on i386 and x86_64 systems, and the @samp{dpd}
> -(densely packed decimal) format is default on PowerPC systems.
> +that is in the IEEE 754-2008 standard.  This is enabled by default
> +only on AArch64, PowerPC, i386, and x86_64 GNU/Linux systems.  Other
> +systems may also support it, but require the user to specifically
> +enable it.  You can optionally control which decimal floating point
> +format is used (either @samp{bid} or @samp{dpd}).  The @samp{bid}
> +(binary integer decimal) format is default on AArch64, i386 and x86_64
> +systems, and the @samp{dpd} (densely packed decimal) format is default
> +on PowerPC systems.
>  
>  @item --enable-fixed-point
>  @itemx --disable-fixed-point

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-04-18 19:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-18  7:54 [PATCH] install.texi: Document --enable-decimal-float for AArch64 Christophe Lyon
2023-04-18 19:48 ` Richard Sandiford

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).