From 1a5a86a5d4557200db20e20206bcdd7b9b2a7e55 Mon Sep 17 00:00:00 2001 From: hovertank3d Date: Sat, 18 Jan 2025 23:27:52 +0100 Subject: refactor and add /about --- templates/log2.s.html | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 templates/log2.s.html (limited to 'templates/log2.s.html') diff --git a/templates/log2.s.html b/templates/log2.s.html deleted file mode 100644 index f2fb03b..0000000 --- a/templates/log2.s.html +++ /dev/null @@ -1,11 +0,0 @@ -
    .section    .text
-    .global     log2lzcnt
-    .type       log2lzcnt, @function
-# {{template "source_code.html" .}}
-# {{template "reset.html" .}}
-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