Arm Community
Site
Search
User
Site
Search
User
Support forums
Arm Development Studio forum
Alogrithm Performance
Jump...
Cancel
Locked
Locked
Replies
2 replies
Subscribers
118 subscribers
Views
2340 views
Users
0 members are here
Options
Share
More actions
Cancel
Related
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
Parents
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
Reply
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
Children
No data