Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix minor typos #192

Merged
merged 1 commit into from
Oct 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/rva23-profile.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ manual.
`satp`, the corresponding hgatp SvNNx4 mode must be supported. The
`hgatp` mode Bare must also be supported.

NOTE: The augmented hypervisor extension (exactly equivalet to Sha) was optional in RVA22.
NOTE: The augmented hypervisor extension (exactly equivalent to Sha) was optional in RVA22.

==== RVA23S64 Optional Extensions

Expand Down
4 changes: 2 additions & 2 deletions src/rvm23-profile.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ platform-specific. The separate RVM-CSI effort is tackling
source-code level portability for certain platform-level features.

A non-goal of RVM23 is to provide maximum flexibility for
microcontroller developers. Maximim flexibility can already be
microcontroller developers. Maximum flexibility can already be
achieved using individual RISC-V extensions. The goal of RVM23 is
mandate a common set of standard extensions to simplify software
support.
Expand Down Expand Up @@ -154,7 +154,7 @@ make Zalrsc available as a separate option.
- *F* Single-precision floating-point instructions.

NOTE: This profile does not support Zfinx and related options. A
similar set of profiles, tenatively named RVN, would define Zfinx
similar set of profiles, tentatively named RVN, would define Zfinx
systems.

- *D* Double-precision floating-point instructions.
Expand Down
Loading