Skip to content
This repository has been archived by the owner on Mar 20, 2024. It is now read-only.

Commit

Permalink
Use new length extension name in V requirement to be consistent.
Browse files Browse the repository at this point in the history
  • Loading branch information
kasanovic committed Sep 18, 2021
1 parent f7ce24e commit 167aa46
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions fraclmul.adoc
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[appendix]
== Fractional Lmul example

This appendix presents an example where compilers can make good use of
the fractional LMUL feature.
This appendix presents a non-normative example to help explain where
compilers can make good use of the fractional LMUL feature.

Consider the following (admittedly contrived) loop written in C:

Expand Down
2 changes: 1 addition & 1 deletion v-spec.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -5099,7 +5099,7 @@ supporting V.

The V vector extension has precise traps.

The V vector extension requires that VLEN {ge} 128.
The V vector extension requires Zvl128b.

NOTE: The value of 128 was chosen as a compromise for application
processors. Providing a larger VLEN allows stripmining code to be
Expand Down

0 comments on commit 167aa46

Please sign in to comment.