Tool/software:
Hi
I am using the SDK version "ti-processor-sdk-rtos-j721e-evm-09_00_01_01\pdk_jacinto_09_00_01_04" where I have created a simple application to run in C7x DSP core which will perform some operations like min , max on a big chunk of unsigned 32 bit data in L2 Ram memory
The overall goal of the work is to make the simple application run more effieciently in the C7x core to replicate it for our requirement , I have almost covered some of the compiler intrinsic for performing remaining operations like addition , subtraction and multiplication. But when it comes to finding a single maximum value among a set of values for eg ( getting a maximum value among 16 32-bit vector) I am not able to find an intrinsic for this.
To satisfy this operation , I referred some of the compiler intrinsic like