We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
There isn't a count leading zero construct in the C language, so presumably it's something like:[font="Courier New"]int func(void){ return 63 - __clz(5);}[/font]Using RVCTs __clz() instrinsic.hths.