Tool/software: TI C/C++ Compiler
Hi Champ,
in the SPNU151 , there have below ARM Compiler Intrinsics,
Could you advise this intrinsics means?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software: TI C/C++ Compiler
Hi Champ,
in the SPNU151 , there have below ARM Compiler Intrinsics,
Could you advise this intrinsics means?
An intrinsic acts just like a function call. But it is implemented not by calling an instruction, but by using one instruction (sometimes a few instructions). In this case, the CLZ instruction it used. It returns the number of binary zero bits before the first binary one bit in the source value.
Thanks and regards,
-George