Re: [RISC-V] RISC-V: Add implication for M extension.

2024-10-29 Thread Jeff Law
On 10/11/24 2:55 AM, Tsung Chun Lin wrote: From 114731cd9cf28ad313de05a507b7253fb9bef3cb Mon Sep 17 00:00:00 2001 From: Tsung Chun Lin Date: Tue, 8 Oct 2024 17:40:59 -0600 Subject: [RISC-V] RISC-V: Add implication for M extension. That M implies Zmmul. gcc/ChangeLog: * common

Re: RISC-V: Add implication for M extension.

2024-10-11 Thread Patrick O'Neill
On 10/11/24 09:16, Patrick O'Neill wrote: Sending this with a text attachment to see if patchworks accepts a 'text/x-patch' attachment type. Review can still happen on the original thread: https://inbox.sourceware.org/gcc-patches/cafryf0mmb9hs9cng4w8y5n06d+4tfuvgrrrnvuvtsropman...@mail.gmail.co

RISC-V: Add implication for M extension.

2024-10-11 Thread Patrick O'Neill
Sending this with a text attachment to see if patchworks accepts a 'text/x-patch' attachment type. Review can still happen on the original thread: https://inbox.sourceware.org/gcc-patches/cafryf0mmb9hs9cng4w8y5n06d+4tfuvgrrrnvuvtsropman...@mail.gmail.com/T/#u Sorry for the technical difficulties

[RISC-V] RISC-V: Add implication for M extension.

2024-10-11 Thread Tsung Chun Lin
From 114731cd9cf28ad313de05a507b7253fb9bef3cb Mon Sep 17 00:00:00 2001 From: Tsung Chun Lin Date: Tue, 8 Oct 2024 17:40:59 -0600 Subject: [RISC-V] RISC-V: Add implication for M extension. That M implies Zmmul. gcc/ChangeLog: * common/config/riscv/riscv-common.cc: M implies Zmmul. gcc

Re: [PATCH] RISC-V: Add implication for M extension.

2024-10-09 Thread Palmer Dabbelt
On Wed, 09 Oct 2024 09:55:02 PDT (-0700), jeffreya...@gmail.com wrote: On 10/9/24 10:52 AM, Palmer Dabbelt wrote: On Tue, 08 Oct 2024 16:43:13 PDT (-0700), jeffreya...@gmail.com wrote: On 10/7/24 11:33 PM, Tsung Chun Lin wrote: That M implies Zmmul. gcc/ChangeLog: * common/confi

Re: [PATCH] RISC-V: Add implication for M extension.

2024-10-09 Thread Jeff Law
On 10/9/24 10:52 AM, Palmer Dabbelt wrote: On Tue, 08 Oct 2024 16:43:13 PDT (-0700), jeffreya...@gmail.com wrote: On 10/7/24 11:33 PM, Tsung Chun Lin wrote: That M implies Zmmul. gcc/ChangeLog: * common/config/riscv/riscv-common.cc: M implies Zmmul. THanks.  I've pushed this to

Re: [PATCH] RISC-V: Add implication for M extension.

2024-10-09 Thread Palmer Dabbelt
On Tue, 08 Oct 2024 16:43:13 PDT (-0700), jeffreya...@gmail.com wrote: On 10/7/24 11:33 PM, Tsung Chun Lin wrote: That M implies Zmmul. gcc/ChangeLog: * common/config/riscv/riscv-common.cc: M implies Zmmul. THanks. I've pushed this to the trunk. jeff ps. Quite a discussion on t

Re: [PATCH] RISC-V: Add implication for M extension.

2024-10-08 Thread Jeff Law
On 10/7/24 11:33 PM, Tsung Chun Lin wrote: That M implies Zmmul. gcc/ChangeLog: * common/config/riscv/riscv-common.cc: M implies Zmmul. THanks. I've pushed this to the trunk. jeff ps. Quite a discussion on this topic in the zmmul public discussion from a couple years ago. But

[PATCH] RISC-V: Add implication for M extension.

2024-10-07 Thread Tsung Chun Lin
0001-RISC-V-Add-implication-for-M-extension.patch Description: Binary data