\item Solution: a protocol that allows optional load/store
\item instruction \textit{requests} a number of elements
\item instruction \textit{informs} the number actually loaded
- \item first load/store is not optional
+ \item first element load/store is not optional (cannot fail)
\vspace{20pt}
\item Load/Store is Memory to/from Register, what about
Register to Register?
\item VL truncation can be inclusive or exclusive
(include or exclude a NULL pointer or a
string-end character, or overflow result)
- \item
+ \item \textit{Truncation can be to zero Vector Length}
\end{itemize}
\end{frame}