public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH] RISC-V: Add -mtune=thead-c906 to the invoke docs
@ 2022-05-26  2:30 Palmer Dabbelt
  2022-05-26  6:11 ` Kito Cheng
  0 siblings, 1 reply; 3+ messages in thread
From: Palmer Dabbelt @ 2022-05-26  2:30 UTC (permalink / raw)
  To: gcc-patches

gcc/ChangeLog

	* doc/invoke.texi (RISC-V): Document -mtune=thead-c906.

Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>
---
 gcc/doc/invoke.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi
index 71098d86313..a584dc6a7f9 100644
--- a/gcc/doc/invoke.texi
+++ b/gcc/doc/invoke.texi
@@ -28088,7 +28088,7 @@ Permissible values for this option are: @samp{sifive-e20}, @samp{sifive-e21},
 Optimize the output for the given processor, specified by microarchitecture or
 particular CPU name.  Permissible values for this option are: @samp{rocket},
 @samp{sifive-3-series}, @samp{sifive-5-series}, @samp{sifive-7-series},
-@samp{size}, and all valid options for @option{-mcpu=}.
+@samp{thead-c906}, @samp{size}, and all valid options for @option{-mcpu=}.
 
 When @option{-mtune=} is not specified, use the setting from @option{-mcpu},
 the default is @samp{rocket} if both are not specified.
-- 
2.34.1


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

* Re: [PATCH] RISC-V: Add -mtune=thead-c906 to the invoke docs
  2022-05-26  2:30 [PATCH] RISC-V: Add -mtune=thead-c906 to the invoke docs Palmer Dabbelt
@ 2022-05-26  6:11 ` Kito Cheng
  2022-06-22  2:31   ` Palmer Dabbelt
  0 siblings, 1 reply; 3+ messages in thread
From: Kito Cheng @ 2022-05-26  6:11 UTC (permalink / raw)
  To: Palmer Dabbelt; +Cc: GCC Patches

LGTM, thanks :)

On Thu, May 26, 2022 at 10:31 AM Palmer Dabbelt <palmer@rivosinc.com> wrote:
>
> gcc/ChangeLog
>
>         * doc/invoke.texi (RISC-V): Document -mtune=thead-c906.
>
> Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>
> ---
>  gcc/doc/invoke.texi | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi
> index 71098d86313..a584dc6a7f9 100644
> --- a/gcc/doc/invoke.texi
> +++ b/gcc/doc/invoke.texi
> @@ -28088,7 +28088,7 @@ Permissible values for this option are: @samp{sifive-e20}, @samp{sifive-e21},
>  Optimize the output for the given processor, specified by microarchitecture or
>  particular CPU name.  Permissible values for this option are: @samp{rocket},
>  @samp{sifive-3-series}, @samp{sifive-5-series}, @samp{sifive-7-series},
> -@samp{size}, and all valid options for @option{-mcpu=}.
> +@samp{thead-c906}, @samp{size}, and all valid options for @option{-mcpu=}.
>
>  When @option{-mtune=} is not specified, use the setting from @option{-mcpu},
>  the default is @samp{rocket} if both are not specified.
> --
> 2.34.1
>

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

* Re: [PATCH] RISC-V: Add -mtune=thead-c906 to the invoke docs
  2022-05-26  6:11 ` Kito Cheng
@ 2022-06-22  2:31   ` Palmer Dabbelt
  0 siblings, 0 replies; 3+ messages in thread
From: Palmer Dabbelt @ 2022-06-22  2:31 UTC (permalink / raw)
  To: Kito Cheng; +Cc: gcc-patches

On Wed, 25 May 2022 23:11:00 PDT (-0700), Kito Cheng wrote:
> LGTM, thanks :)

Committed.

> On Thu, May 26, 2022 at 10:31 AM Palmer Dabbelt <palmer@rivosinc.com> wrote:
>>
>> gcc/ChangeLog
>>
>>         * doc/invoke.texi (RISC-V): Document -mtune=thead-c906.
>>
>> Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>
>> ---
>>  gcc/doc/invoke.texi | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi
>> index 71098d86313..a584dc6a7f9 100644
>> --- a/gcc/doc/invoke.texi
>> +++ b/gcc/doc/invoke.texi
>> @@ -28088,7 +28088,7 @@ Permissible values for this option are: @samp{sifive-e20}, @samp{sifive-e21},
>>  Optimize the output for the given processor, specified by microarchitecture or
>>  particular CPU name.  Permissible values for this option are: @samp{rocket},
>>  @samp{sifive-3-series}, @samp{sifive-5-series}, @samp{sifive-7-series},
>> -@samp{size}, and all valid options for @option{-mcpu=}.
>> +@samp{thead-c906}, @samp{size}, and all valid options for @option{-mcpu=}.
>>
>>  When @option{-mtune=} is not specified, use the setting from @option{-mcpu},
>>  the default is @samp{rocket} if both are not specified.
>> --
>> 2.34.1
>>

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

end of thread, other threads:[~2022-06-22  2:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-26  2:30 [PATCH] RISC-V: Add -mtune=thead-c906 to the invoke docs Palmer Dabbelt
2022-05-26  6:11 ` Kito Cheng
2022-06-22  2:31   ` Palmer Dabbelt

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).