Skip to content

Commit

Permalink
Just need to add to RVA22 (already in RVA20). Also changed to bullet …
Browse files Browse the repository at this point in the history
…list for each separate recommendation.
  • Loading branch information
james-ball-qualcomm authored Nov 22, 2024
1 parent 3f2695d commit 57fda0b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion arch/profile_release/RVA22.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,10 @@ RVA22:
text: |
The Zfinx, Zdinx, Zhinx, Zhinxmin extensions are incompatible
with the profile mandates to support the F and D extensions.
recommendations:
- text: |
Implementations are strongly recommended to raise illegal-instruction
exceptions on attempts to execute unimplemented opcodes.
RVA22S64:
marketing_name: RVA22S64
mode: S
Expand Down Expand Up @@ -257,4 +261,8 @@ RVA22:
* Shvstvala
* Shtvala
* Shvstvecd
* Shgatpa
* Shgatpa
recommendations:
- text: |
Implementations are strongly recommended to raise illegal-instruction
exceptions on attempts to execute unimplemented opcodes.
2 changes: 1 addition & 1 deletion backends/profile_doc/templates/profile.adoc.erb
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ associated implementation-defined parameters across all its defined profiles.
Recommendations are not strictly mandated but are included to guide implementers making design choices.
<% profile.recommendations.each do |recommendation| -%>
<%= recommendation.text %>
* <%= recommendation.text %>
<% end # each recommendation -%>
<% end # unless recommendations empty -%>
Expand Down

0 comments on commit 57fda0b

Please sign in to comment.