\item Whilst there exist CR bit manipulation and copying
instructions there are no CR Field maniulation instructions,
putting pressure on GPRs if several CR fits need to be analysed.
+ \item one single instruction, bmask, is proposed that covers
+ the whole of x86 BMI1 and AMD TBM, combined, and provides more.
\end{itemize}
All of these have nothing to do with Simple-V at all.
Simple-V's capabilities increase significantly. For example the CRweird
instructions combined with the bitmanip instructions, alongside
Vectorised Rc=1 turn CR Fields into
-extremely powerful Predicate masks.
+extremely powerful Predicate masks. bmask not only
+covers the BMI and TBM instructions of Intel and AMD it also
+includes the RVV set-before-first and set-after-first instructions.
The clean and clear separation between Vectorisation Prefix and Scalar
Suffix is what makes it possible for both Scalar-only and Scalable-Vectors