indigo
indigo copied to clipboard
mst: simplify leadingZerosOnHashBytes
This function spends most of its cycles hashing, so the perf impact of using the LZCNT
intrinsic is negligible. That said, I think this helps to simplify the fingerprinting logic.