We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
How can i disable the vectorization.
[...]Then in my IMViewer application i take the performence of both versionsthe code fragment is given below[...]void main(int argc, char**argv){ gettimeofday(&First, NULL); [...]}
But sadly the performance for version 2 is not good. It is near to C version. I don't spotwhat is the problem here !
Following doubts still exists1. Will i can configure the L1 and L2 cache size of OS kernel?
2. Is there any hand written assembly is needed for enable the Neon processor of beegle board
3. My gcc version is Red Hat 3.4.4-2
the tool chain version is given below (2007q3-51) 4.2.1will i get neon performance by this version of tool chain !
I have one doubt will my code can enter the cache memory..?The OS critical module can use the cache all the time.?