Quote:
|
If you want to use it, why not to just handwrite the loops? You don't need WM2003 to use the MAC/SIMD. I doubt the compiler has any kind of support for this (other than maybe assembler mnemonics). The SIMD unit is kind of weak, it's not like it's going to help much...
|
That's likely what I'll have to do

I had hoped that the compiler would have supported it so that I wouldn't have to write custom code for each microprocessor - however I guess that's the way things work
I know it's a very simple SIMD unit - however this is compact hardware and if there is something that can speed things up at all I'd rather use it than leave it idling. I've always been the type that hates writing slugish code - so if there is any way to speed things up I'll use it.
Quote:
|
And remember, not all WM2003 devices are ARMv5! Your app would simply crash on ARMv4 devices.
|
For the most part I am just looking at aiming for specific PDAs - the application is somewhat vertical and the target markets can live with limitations like this. Most of the code can be written with portability in mind, however there are processor intensive portions that I want to do everything that I can to optimize.
Once I get it working with the XScale, I'll likely write custom libraries for other common microprocessors. Right now though I own the iPaq 5550 and I want to be able to utilize every morsel of power it has
Quote:
|
Anyways, what kind of application you have in mind?
|
It's basically an image processing application for professional photographers in the field. I'm sick of carrying my laptop around and for the basic tasks that I need, I believe that these devices are finnally getting the horsepower required to do them. Multiply the modest savings the SIMD unit gives by multiple megabytes of image data and by thousands of images and the time savings will add up
Thanks for the response though
