Re: [PATCH v2 3/5] target/riscv: Change "G" expansion

2022-05-16 Thread Alistair Francis
On Sun, May 15, 2022 at 12:56 PM Tsukasa OI wrote: > > On ISA version 20190608 or later, "G" expands to "IMAFD_Zicsr_Zifencei". > Both "Zicsr" and "Zifencei" are enabled by default and "G" is supposed to > be (virtually) enabled as well, it should be safe to change its expansion. > >

[PATCH v2 3/5] target/riscv: Change "G" expansion

2022-05-14 Thread Tsukasa OI
On ISA version 20190608 or later, "G" expands to "IMAFD_Zicsr_Zifencei". Both "Zicsr" and "Zifencei" are enabled by default and "G" is supposed to be (virtually) enabled as well, it should be safe to change its expansion. Signed-off-by: Tsukasa OI --- target/riscv/cpu.c | 7 +-- 1 file