From f60aec7f3669d9cd2e099d75b9d4ccd37035da57 Mon Sep 17 00:00:00 2001 From: hovertank3d Date: Fri, 17 Jan 2025 17:31:09 +0100 Subject: implement reset button --- templates/index.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'templates') diff --git a/templates/index.html b/templates/index.html index 1d75a2c..dd4cb2a 100644 --- a/templates/index.html +++ b/templates/index.html @@ -54,13 +54,15 @@ background-color: rgb(31, 31, 31); } +

LZCNT - Count the Number of Leading Zero Bits


-  # [source code]
+  # [source code]
+  # [reset counter]
   log2lzcnt:                # log2lzcnt({{.Requests}});  
       lzcnt   %rdi, %rdi  
       movq    $63,  %rax  
-- 
cgit v1.2.3