Re: [PATCH] RISC-V: Implement ZACAS extensions

2024-01-02 Thread Trd thg
Got it. Jeff Law 于 2024年1月3日周三 上午11:05写道: > > > On 1/2/24 13:17, trdth...@gmail.com wrote: > > From: trdthg > > > > This patch supports Zacas extension. > > It includes instruction's machine description and built-in functions. > > > > gcc/ChangeLog: > > > > *

Re: [PATCH] RISC-V: Implement ZACAS extensions

2024-01-02 Thread Jeff Law
On 1/2/24 13:17, trdth...@gmail.com wrote: From: trdthg This patch supports Zacas extension. It includes instruction's machine description and built-in functions. gcc/ChangeLog: * common/config/riscv/riscv-common.cc (riscv_implied_info): Add zacas extensions.

[PATCH] RISC-V: Implement ZACAS extensions

2024-01-02 Thread trdthg47
From: trdthg This patch supports Zacas extension. It includes instruction's machine description and built-in functions. gcc/ChangeLog: * common/config/riscv/riscv-common.cc (riscv_implied_info): Add zacas extensions. (riscv_ext_version_table): Likewise. *