indigo icon indicating copy to clipboard operation
indigo copied to clipboard

mst: simplify leadingZerosOnHashBytes

Open andy-wm-arthur opened this issue 10 months ago • 0 comments

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.

andy-wm-arthur avatar Mar 30 '24 20:03 andy-wm-arthur