Arm Community
Site
Search
User
Site
Search
User
Support forums
Arm Development Studio forum
--arm_linux_configure & vectorization
Jump...
Cancel
Locked
Locked
Replies
3 replies
Subscribers
119 subscribers
Views
2708 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
--arm_linux_configure & vectorization
Dmitri Khokhlov
over 12 years ago
Note: This was originally posted on 16th January 2012 at
http://forums.arm.com
I have armcc manually configured with --arm_linux_configure. When I compile the vecotrization code example (
http://infocenter.arm.com/help/topic/com.arm.doc.dui0472f/BGBEJBCF.html
) I do _not_ see messages about vectorization. In plain armcc mode I do see messages about loop vectorization. How to make armcc vectorize the code in arm_linux mode?
Parents
Scott Douglass
over 12 years ago
Note: This was originally posted on 18th January 2012 at
http://forums.arm.com
I believe that if you use "armcc --translate_g++ -O3 ..." or "armcc --translate_g++ -ftree-vectorize ..." then you will enable vectorization.
What options are you using? What version of armcc are you using (armcc --vsn)?
Cancel
Vote up
0
Vote down
Cancel
Reply
Scott Douglass
over 12 years ago
Note: This was originally posted on 18th January 2012 at
http://forums.arm.com
I believe that if you use "armcc --translate_g++ -O3 ..." or "armcc --translate_g++ -ftree-vectorize ..." then you will enable vectorization.
What options are you using? What version of armcc are you using (armcc --vsn)?
Cancel
Vote up
0
Vote down
Cancel
Children
No data