This repository has been archived by the owner on Mar 20, 2024. It is now read-only.
Shall we have insert instructions? #326
Labels
Resolve after v1.0
Does not need to be resolved for v1.0 draft
I notice #276 and #318 may require insert instructions.
In addition, if
vinsert
is supported, the following problems can be solved easily.If memory is slow, load and store will reduce performance.
If vl is very big,
vslide1down.vx
will reduce performance.It solves the above problems. No memory transfer is required, and vl is always 1.
The text was updated successfully, but these errors were encountered: