Skip to content

Commit

Permalink
add LUT4 results
Browse files Browse the repository at this point in the history
  • Loading branch information
camel-cdr committed Jan 17, 2024
1 parent bf39e5c commit 202c513
Show file tree
Hide file tree
Showing 5 changed files with 124 additions and 2 deletions.
16 changes: 16 additions & 0 deletions LUT4.js
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>
`;
Loading

0 comments on commit 202c513

Please sign in to comment.