I’m sure one could do some optimizations on RVA23, but is it really worth it?
Bit manipulation offers up to almost 10% advantage.
Zicond allows branchless code which represents significant speedups.
There’s also serious gains to be had from crypto support.
I’d guess the rest aren’t as important to Python, but those are quite important.
I’m sure one could do some optimizations on RVA23, but is it really worth it?