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
Currently there are several ratified bit manipulation instructions that are defined in this repo as pseudo ops for unratified extensions. For example, rv32_zbkb contains
When generating only the ratified extensions, this can cause issues. It is also not very clear from a documentation perspective. As far as I know, there are no plans to ratify zbp, so these instructions should transition to being their own instructions that don't depend on zbp.
The text was updated successfully, but these errors were encountered:
Currently there are several ratified bit manipulation instructions that are defined in this repo as pseudo ops for unratified extensions. For example,
rv32_zbkb
containsWhen generating only the ratified extensions, this can cause issues. It is also not very clear from a documentation perspective. As far as I know, there are no plans to ratify zbp, so these instructions should transition to being their own instructions that don't depend on zbp.
The text was updated successfully, but these errors were encountered: