Re: [PATCH] RISC-V: Add norelax function attribute

2024-11-12 Thread Kito Cheng
Pushed with Yangyu's suggestion :) On Fri, Nov 8, 2024 at 3:03 PM yulong wrote: > > Thanks, Kito and yangyu! > > 在 2024/11/8 0:35, Yangyu Chen 写道: > > Thanks for doing this! > > > >> On Nov 8, 2024, at 00:19, shiyul...@iscas.ac.cn wrote: > >> > >> From: yulong > >> > >> This patch adds norelax f

Re: [PATCH] RISC-V: Add norelax function attribute

2024-11-07 Thread yulong
Thanks, Kito and yangyu! 在 2024/11/8 0:35, Yangyu Chen 写道: Thanks for doing this! On Nov 8, 2024, at 00:19, shiyul...@iscas.ac.cn wrote: From: yulong This patch adds norelax function attribute that be discussed in riscv-c-api-doc PR#94. URL:https://github.com/riscv-non-isa/riscv-c-api-doc/

Re: [PATCH] RISC-V: Add norelax function attribute

2024-11-07 Thread Kito Cheng
LGTM, thanks!, and I will defer this for a little bit to make the c-api side stable :) On Fri, Nov 8, 2024 at 12:19 AM wrote: > > From: yulong > > This patch adds norelax function attribute that be discussed in > riscv-c-api-doc PR#94. > URL:https://github.com/riscv-non-isa/riscv-c-api-doc/pull

Re: [PATCH] RISC-V: Add norelax function attribute

2024-11-07 Thread Yangyu Chen
Thanks for doing this! > On Nov 8, 2024, at 00:19, shiyul...@iscas.ac.cn wrote: > > From: yulong > > This patch adds norelax function attribute that be discussed in > riscv-c-api-doc PR#94. > URL:https://github.com/riscv-non-isa/riscv-c-api-doc/pull/94 > > gcc/ChangeLog: > >* config/