aboutsummaryrefslogtreecommitdiff
path: root/log2.s
diff options
context:
space:
mode:
Diffstat (limited to 'log2.s')
-rw-r--r--log2.s7
1 files changed, 5 insertions, 2 deletions
diff --git a/log2.s b/log2.s
index 910f6c7..cae631b 100644
--- a/log2.s
+++ b/log2.s
@@ -1,10 +1,13 @@
+# {{template "link.html" (arr "about" "/about")}}
+# {{template "reset.html" .}}
.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
+
+# copyleft 2025 iskrim46
+# {{template "link.html" (arr "source" "https://github.com/hovertank3d/lzcnt.space")}}