Arm Community
Site
Search
User
Site
Search
User
Support forums
Arm Development Studio forum
Alogrithm Performance
Jump...
Cancel
Locked
Locked
Replies
2 replies
Subscribers
119 subscribers
Views
2290 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
Alogrithm Performance
Rachit Shah
over 12 years ago
Note: This was originally posted on 31st July 2009 at
http://forums.arm.com
Hello,
I am developing algorithm using ARM NEON instruction on for OMAP3530 (BeagleBoard).
I am using Angstrom root file system and it's binaries to run algorithm on OMAP.
I am building application using Code Sourcery G++ 4.3-205 toolchain.
Does it have any performance issue of application which built with codesourcery and run on Angstrom root file system ?
Thanks,
rach
Peter Harris
over 12 years ago
Note: This was originally posted on 31st July 2009 at
http://forums.arm.com
My only thoughts would be that not many C compilers are great at vectorizing code, so don't be surprised if you have to dive in to assembler if you want some specific code running fast.
Cancel
Vote up
0
Vote down
Cancel
Rachit Shah
over 12 years ago
Note: This was originally posted on 3rd August 2009 at
http://forums.arm.com
Hi,
I am using ARM - NEON assembly Instructions in my routine not c code.
Does it have any effect of performance in application if my application, binaries and root file system compiled with different tool chain?
Thanks,
rach
Cancel
Vote up
0
Vote down
Cancel