Hi,
I have gone through some of the drivers like USB ,UART and timer configuration
in am3358 starterware. But i am not good in NEON and all.i know that NEON related
instructions get executed in one of the arm co-processor and also i have seen some of
the co processor instructions in arm architecture reference manual.i dont know whether
my question going to be write or wrong but ......
Have To Know:
take one function Add()
UINT Add(UINT a, UINT b)
{
return (a+b);
}
this function will be converted into the instructions (machine code) and runs in the arm main processor.
likewise who is writting the function for NEON technology.which part of the am3358 starterware using the neon(SIMD)
co - processor. give me some sample programs and docs related to NEON used in AM3358 starterware.
Thanks and Regards,
Shanmugam.S