Arm Community
Site
Search
User
Site
Search
User
Support forums
Arm Development Studio forum
Vectorizing Compiler
Jump...
Cancel
Locked
Locked
Replies
6 replies
Subscribers
119 subscribers
Views
4083 views
Users
0 members are here
Options
Share
More actions
Cancel
Related
How was your experience today?
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion
Vectorizing Compiler
Dave Mathew
over 12 years ago
Note: This was originally posted on 29th June 2010 at
http://forums.arm.com
Hi,
Please see the following tool chain
CPP=arm-none-linux-gnueabi-gcc
SWS=-march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -flax-vector-conversions
Target is beegle board
How can i disable the vectorization.
If i give the above tool chain, it will create a default vectorized code for the given C source
if i write the NEON C intrinsics then will the compiler overrides its optimization and use the programmer neon direction.
Please help me to solve the doubts
Parents
Dave Mathew
over 12 years ago
Note: This was originally posted on 7th July 2010 at
http://forums.arm.com
Dear scott,
the tool chain version is given below
(2007q3-51) 4.2.1
will 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.?
Dave
Cancel
Vote up
0
Vote down
Cancel
Reply
Dave Mathew
over 12 years ago
Note: This was originally posted on 7th July 2010 at
http://forums.arm.com
Dear scott,
the tool chain version is given below
(2007q3-51) 4.2.1
will 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.?
Dave
Cancel
Vote up
0
Vote down
Cancel
Children
No data