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 21, 2024. It is now read-only.
The latest version of the spec says: For the purposes of RVWMO, _rd_ syntactically depends on both _rs1_ and _rs2_.
Do we want to limit this to RVWMO? It seems like this should say: For the purposes of the memory model, _rd_ syntactically depends on both _rs1_ and _rs2_.
The text was updated successfully, but these errors were encountered:
Technically, I think mentioning RVWMO is more correct: the term "syntactic dependency" only makes sense in the context of RVWMO (since that's where it's defined). And Ztso implementations are RVWMO-compliant, so this statement necessarily applies to Ztso, too.
To avoid confusion without creating a different ambiguity, I'll just delete the dependent clause.
The latest version of the spec says:
For the purposes of RVWMO, _rd_ syntactically depends on both _rs1_ and _rs2_.
Do we want to limit this to RVWMO? It seems like this should say:
For the purposes of the memory model, _rd_ syntactically depends on both _rs1_ and _rs2_.
The text was updated successfully, but these errors were encountered: