diff options
author | hovertank3d <[email protected]> | 2025-01-17 17:13:56 +0100 |
---|---|---|
committer | hovertank3d <[email protected]> | 2025-01-17 17:13:56 +0100 |
commit | 234a2ba96aeb91fb30603a90de22d71fc29632dd (patch) | |
tree | 3b02ac906826ecb4a90777563a3a309c841c688d | |
parent | 4aae576a9f196a46ff2aeb4479f5988494a33b26 (diff) | |
download | lzcnt.space-234a2ba96aeb91fb30603a90de22d71fc29632dd.tar.xz lzcnt.space-234a2ba96aeb91fb30603a90de22d71fc29632dd.zip |
move source code link to code listing
-rw-r--r-- | templates/index.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/templates/index.html b/templates/index.html index ead7817..1d75a2c 100644 --- a/templates/index.html +++ b/templates/index.html @@ -60,6 +60,7 @@ <div style="display: flex; justify-content: center;"></div> <h2 style="text-align: center;"><code>LZCNT - Count the Number of Leading Zero Bits</code></h2> <pre class="listing"><code> + <code class="comment"># <a href="https://github.com/hovertank3d/lzcnt.space"><code>[source code]</code></a></code> <code class="label">log2lzcnt:</code> <code class="comment"># log2lzcnt({{.Requests}});</code> <b><code class="ins"> lzcnt </code></b><code class="reg">%rdi</code>, <code class="reg">%rdi</code> <code class="ins"> movq </code><code class="imm">$63</code>, <code class="reg">%rax</code> @@ -67,8 +68,6 @@ <code class="ins"> ret </code> <code class="comment"># 2^{{.Log2lzcnt}} requests handled</code> </code></pre> - <div style="text-align: center;"><a href="https://github.com/hovertank3d/lzcnt.space"><code>[source code]</code></a> - </div> </div> </body> |