Hi, All
Recently i use the beegle board to run an image processing application. I have two set of code. The version one is ANSI C and version 2 is Neon Code(ie:: i used neon C intrinsics for parallel tasks. Not the assembly instruction).
Both codes working fine in the beegle board and the output obtained is good.
When i profile the C and NEON versions issues generated. The issues come under the performence. I used the gettimeofday() function availed in the <sys/time.h> and check the time taken to complete the task. Unfortunately the Neon and C versions show almost same.
I create the assembly of C files but it have neon assembly in it [For the Neon Intrinsic Part]
my doubt is anything i miss to enable the neon core of beegle board ?
or any preprocessing is needed for enable the Neon core of the beegle board ?
Rgds
Dave