From 234a2ba96aeb91fb30603a90de22d71fc29632dd Mon Sep 17 00:00:00 2001 From: hovertank3d Date: Fri, 17 Jan 2025 17:13:56 +0100 Subject: move source code link to code listing --- templates/index.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'templates') 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 @@

LZCNT - Count the Number of Leading Zero Bits


+  # [source code]
   log2lzcnt:                # log2lzcnt({{.Requests}});  
       lzcnt   %rdi, %rdi  
       movq    $63,  %rax  
@@ -67,8 +68,6 @@
       ret                   # 2^{{.Log2lzcnt}} requests handled  
 
 
-
[source code] -
-- cgit v1.2.3