Re: [PATCH] target/riscv: Enable bitmanip Zb[abcs] instructions

2021-12-16 Thread Alistair Francis
On Thu, Dec 16, 2021 at 3:21 PM Vineet Gupta wrote: > > The bitmanip extension has now been ratified [1] and upstream tooling > (gcc/binutils) support it too, so move them out of experimental and also > enable by default (for better test exposure/coverage) > > [1] https://wiki.riscv.org/display/TE

Re: [PATCH] target/riscv: Enable bitmanip Zb[abcs] instructions

2021-12-16 Thread Alistair Francis
On Thu, Dec 16, 2021 at 3:21 PM Vineet Gupta wrote: > > The bitmanip extension has now been ratified [1] and upstream tooling > (gcc/binutils) support it too, so move them out of experimental and also > enable by default (for better test exposure/coverage) > > [1] https://wiki.riscv.org/display/TE

[PATCH] target/riscv: Enable bitmanip Zb[abcs] instructions

2021-12-15 Thread Vineet Gupta
The bitmanip extension has now been ratified [1] and upstream tooling (gcc/binutils) support it too, so move them out of experimental and also enable by default (for better test exposure/coverage) [1] https://wiki.riscv.org/display/TECH/Recently+Ratified+Extensions Signed-off-by: Vineet Gupta --