Felix mentions alternate Vector specs in development. Was he referring to packed SIMD? What other (non academic) specs are being developed to replace RVV? I am guessing he did not mean IME and AME
Intrigued by FelixCLC's talk at FOSDEM 2026 about RISC-V design decisions. Agree about RVC (compressed) instructions. Seems to add just complication without much use case. Is there a chance that future specs deprecate it?
#riscvFor RVV, implicit state does sound a bit ugly. vtype can be thought as a prefix to all vector instructions, ie a way to extend them without replicating bits. Downside: lots of vsetvli insts. In practice, do we save or lose space? Are there any studies?