Hi, I have a question. I used '__builtin_ctz' function in arm compiler and it worked well, but I don't know which header file contains '__builtin_ctz' function. Do you know which header file is needed to use '__builtin_ctz' function?
not without the source code of the compiler. These aren't real functions, they are generated internally by the compiler.