[V-ext] Rationale behind setting vill and zeroing the remaining bits.
#1738
Marcello Ranone (ipocentro87)
started this conversation in
General
Replies: 1 comment
|
Since this question is about an architectural design choice made when developing RVV, versus some issue with the ISA manual's documentation of RVV, it would be better to post this question to the sig-vector@lists.riscv.org email list. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi all, in the current Vector specification, it is stated that when
villis set invtype, all the remaining bits are cleared (subsection "Vector Type Illegal vill").I was wondering what is the reason behind the clearing, since
villalready specifies that thevtypevalue is not supported. Wouldn't it be better, from a debugging purpose, to have the illegal value invtype?All reactions