You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 20, 2024. It is now read-only.
Hi,
I have a very basic question as to what should take higher precedence.
If no instruction is performed for a certain configuration but it has illegal values for some other field. What should happen.
eg. for Vector reduction Operations, the spec mentions that: If vl=0, no operation is performed and the destination register is not updated..
so, for EEW >64 (illegal) and vl =0, should it take an exception or nop.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
I have a very basic question as to what should take higher precedence.
If no instruction is performed for a certain configuration but it has illegal values for some other field. What should happen.
eg. for Vector reduction Operations, the spec mentions that:
If vl=0, no operation is performed and the destination register is not updated.
.so, for EEW >64 (illegal) and vl =0, should it take an exception or nop.
The text was updated successfully, but these errors were encountered: