How to use clz assembly instruction (count leading zeros)
Posted: Tue Apr 11, 2017 3:56 pm
Is there a way for me to use the CountLeadingZero (CLZ) assembly instruction in a sketch? A C version is really slow. I guess my real question is how to access assembly and where it might be documented.