Re: [PATCH v2 1/2] RISC-V: Document thead-c906, xiangshan-nanhu, and generic-ooo

2024-12-17 Thread Jeff Law
On 12/15/24 3:47 PM, Anton Blanchard wrote: gcc/ChangeLog * doc/invoke.texi (RISC-V): Add thead-c906, xiangshan-nanhu to -mcpu, add generic-ooo and remove thead-c906 from -mtune. Signed-off-by: Anton Blanchard Thanks. I've pushed this to the trunk. jeff

[PATCH v2 1/2] RISC-V: Document thead-c906, xiangshan-nanhu, and generic-ooo

2024-12-15 Thread Anton Blanchard
gcc/ChangeLog * doc/invoke.texi (RISC-V): Add thead-c906, xiangshan-nanhu to -mcpu, add generic-ooo and remove thead-c906 from -mtune. Signed-off-by: Anton Blanchard --- gcc/doc/invoke.texi | 11 ++- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/gcc/doc/in