diff mbox series

RISC-V: Add -mtune=thead-c906 to the invoke docs

Message ID 20220526023055.12682-1-palmer@rivosinc.com
State New
Headers show
Series RISC-V: Add -mtune=thead-c906 to the invoke docs | expand

Commit Message

Palmer Dabbelt May 26, 2022, 2:30 a.m. UTC
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(-)

Comments

Kito Cheng May 26, 2022, 6:11 a.m. UTC | #1
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
>
Palmer Dabbelt June 22, 2022, 2:31 a.m. UTC | #2
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
>>
diff mbox series

Patch

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.