Is there a 64bit/bigint version of Math.clz32() in node?
I know we can loop it twice for 64 bits, but those would yield in 2 instructions at CPU/ALU which wont be efficient since this code is in a highly optimized code path..
Is there a 64bit/bigint version of Math.clz32() in node?
I know we can loop it twice for 64 bits, but those would yield in 2 instructions at CPU/ALU which wont be efficient since this code is in a highly optimized code path..