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
Riscv architecture have three category of registers.
integer registers are "x0-x31",
float registers are "f0-f31".
vector registers are "v0-v31".
riscv registers are not so general purpose as other platform.