-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
124 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
let prefix = ` | ||
<p>Implements a function, which modifies input bytes to the result of looking up the lower four bits in a given 4-bit lookup table.</p> | ||
<ul> | ||
<li><b>rvv_gather:</b> uses gather with given LMUL</li> | ||
<li><b>rvv_m1_gather:</b> uses multiple LMUL=1 gathers to permute a vector with the given LMUL</li> | ||
<li><b>rvv_luxei8:</b> uses unordered indexed load</li> | ||
<li><b>rvv_loxei8:</b> uses ordered indexed load</li> | ||
</ul> | ||
<h3>Navigation:</h3> | ||
<ul> | ||
<li><a href="index.html">Return to parent page</a></li> | ||
<li><a href="https://github.com/camel-cdr/rvv-bench/blob/main/bench/LUT4.S">View source code</a></li> | ||
</ul> | ||
`; |
Oops, something went wrong.