From dd4a4aaf8e7cab8e196f7452b8a3f89411cdf742 Mon Sep 17 00:00:00 2001 From: hovertank3d Date: Fri, 17 Jan 2025 15:52:03 +0100 Subject: initial commit --- templates/index.html | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 templates/index.html (limited to 'templates') diff --git a/templates/index.html b/templates/index.html new file mode 100644 index 0000000..89e78bf --- /dev/null +++ b/templates/index.html @@ -0,0 +1,38 @@ + + + + + + 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
+
+ + \ No newline at end of file -- cgit v1.2.3