[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
LZCNT - Count the Number of Leading Zero Bits
# [about]
# [reset counter]
.section .text .global log2lzcnt .type log2lzcnt, @function log2lzcnt: # log2lzcnt(33553); lzcnt %rdi, %rdi movq $63, %rax sub %rdi, %rax ret # 2^15 requests handled # copyleft 2025 iskrim46 # [source]