From 4aae576a9f196a46ff2aeb4479f5988494a33b26 Mon Sep 17 00:00:00 2001 From: hovertank3d Date: Fri, 17 Jan 2025 17:08:59 +0100 Subject: i am syntax highlight --- templates/index.html | 78 ++++++++++++++++++++++++++++++++++------------------ 1 file changed, 51 insertions(+), 27 deletions(-) (limited to 'templates') diff --git a/templates/index.html b/templates/index.html index 1fbecec..ead7817 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1,5 +1,6 @@ + @@ -10,42 +11,65 @@ - + LZCNT - - - - - + + + + +

LZCNT - Count the Number of Leading Zero Bits

-
log2lzcnt:                  # log2lzcnt({{.Requests}});
-        lzcnt   %rdi, %rdi
-        movq    $63,  %rax
-        sub     %rdi, %rax
-        ret                 # 2^{{.Log2lzcnt}} requests handled
+    

+  log2lzcnt:                # log2lzcnt({{.Requests}});  
+      lzcnt   %rdi, %rdi  
+      movq    $63,  %rax  
+      sub     %rdi, %rax  
+      ret                   # 2^{{.Log2lzcnt}} requests handled  
+
 
[source code] -
+ + + \ No newline at end of file -- cgit v1.2.3