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 --- log2.s | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'log2.s') 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")}} -- cgit v1.2.3