riscv-non-isa/rvv-intrinsic-doc

Tuple types that goes across the hardware restriction

Opened this issue · 1 comments

This issue is a placeholder to help us keep track of the idea and revisit after v1.0.

Currently we have tuple types that matches conforms to the hardware restriction (that is, NFIELD * LMUL <= 8). Complex math functions may have the need to return two LMUL=8 values. We should be able to achieve this in a software point of view.