Tool/software:
Hi champs,
I am asking this for our customer.
The user finds the same bit-field C code for bitwise manipulation, CLA usually use more instructions than CPU when -O2 is used for both CPU and CLA.
Questions:
1. Is there any better and efficient way for the user to generate efficient CLA instruction codes for bitwise operations except for manual assembly?
2. Do you suggest using -O3 and/or higher?
Wayne