Re: [PATCH] RISC-V: Enable builtin __riscv_mul with Zmmul extension.

2024-10-12 Thread Jeff Law
On 10/10/24 7:59 PM, Tsung Chun Lin wrote: Hi Jeff, Thanks for reviewing and sorry for the testsuite without any update in my patch to cause regression failures.. I will re-submit the patches with the updated testsuite. No worries, it happens to all of us at some time or another. I should

Re: [PATCH] RISC-V: Enable builtin __riscv_mul with Zmmul extension.

2024-10-10 Thread Tsung Chun Lin
Hi Jeff, Thanks for reviewing and sorry for the testsuite without any update in my patch to cause regression failures.. I will re-submit the patches with the updated testsuite. Tsung chun Patrick O'Neill 於 2024年10月10日 週四 上午7:35寫道: > > > On 10/9/24 14:50, Jeff Law wrote: > > > > > > On 10/9/24

Re: [PATCH] RISC-V: Enable builtin __riscv_mul with Zmmul extension.

2024-10-09 Thread Patrick O'Neill
On 10/9/24 14:50, Jeff Law wrote: On 10/9/24 3:21 PM, Patrick O'Neill wrote: On 10/9/24 14:07, Jeff Law wrote: Also note that if you use the tag "[RISC-V]" in your subject line your patch will be automatically picked up by a pre-commit tester that can be subsequently examined to verify

Re: [PATCH] RISC-V: Enable builtin __riscv_mul with Zmmul extension.

2024-10-09 Thread Jeff Law
On 10/9/24 3:21 PM, Patrick O'Neill wrote: On 10/9/24 14:07, Jeff Law wrote: Also note that if you use the tag "[RISC-V]" in your subject line your patch will be automatically picked up by a pre-commit tester that can be subsequently examined to verify behavior. This patch's subject li

Re: [PATCH] RISC-V: Enable builtin __riscv_mul with Zmmul extension.

2024-10-09 Thread Patrick O'Neill
On 10/9/24 14:07, Jeff Law wrote: Also note that if you use the tag "[RISC-V]" in your subject line your patch will be automatically picked up by a pre-commit tester that can be subsequently examined to verify behavior. This patch's subject line looks good to me. It would've been picked u

Re: [PATCH] RISC-V: Enable builtin __riscv_mul with Zmmul extension.

2024-10-09 Thread Jeff Law
On 10/8/24 12:25 AM, Tsung Chun Lin wrote: 0001-RISC-V-Enable-builtin-__riscv_mul-with-Zmmul-extensi.patch From d5b254e19d1f37fe27c7e98a0160e5c22446cfea Mon Sep 17 00:00:00 2001 From: Jim Lin Date: Tue, 8 Oct 2024 13:14:32 +0800 Subject: [PATCH] RISC-V: Enable builtin __riscv_mul with

Re: [PATCH] RISC-V: Enable builtin __riscv_mul with Zmmul extension.

2024-10-08 Thread Jeff Law
On 10/8/24 12:25 AM, Tsung Chun Lin wrote: From d5b254e19d1f37fe27c7e98a0160e5c22446cfea Mon Sep 17 00:00:00 2001 From: Jim Lin Date: Tue, 8 Oct 2024 13:14:32 +0800 Subject: [PATCH] RISC-V: Enable builtin __riscv_mul with Zmmul extension. gcc/ChangeLog: * config/riscv/riscv-c.cc

[PATCH] RISC-V: Enable builtin __riscv_mul with Zmmul extension.

2024-10-07 Thread Tsung Chun Lin
0001-RISC-V-Enable-builtin-__riscv_mul-with-Zmmul-extensi.patch Description: Binary data