Re: [gcc13 backport] RISCV: Inline subword atomic ops

2023-05-15 Thread Jeff Law via Gcc-patches
On 5/9/23 10:01, Patrick O'Neill wrote: Ping. OK for backporting. Sorry for the delay. jeff

Re: [gcc13 backport] RISCV: Inline subword atomic ops

2023-05-09 Thread Patrick O'Neill
Ping. On 5/3/23 10:19, Patrick O'Neill wrote: RISC-V has no support for subword atomic operations; code currently generates libatomic library calls. This patch changes the default behavior to inline subword atomic calls (using the same logic as the existing library call). Behavior can be speci