Are there any plans to release a version ofIntel IPP library (at least some domains ) for aMobile Platform?
A complete list of Mobile Platforms could be as follows:
Android
Symbian
iOS
BlackBerry
Windows Mobile
Windows Phone 7
Best regards,
Sergey
Link Copied
http://software.intel.com/en-us/forums/showthread.php?t=53217&wapkw=(XScale)
March 13, 2007
...
You are correct in that the standard prebuilt libraries for Pocket PC 2003 are ARMV4 based, whereas
XScale has additional features and is basically ARMV5TE compliant (which is really a superset of ARMV4
and thus you don't have any compatibiulity issues).
The way to oprimize for XScale is to select an ARMV4 platform in VS2005 and then either
...
use the Microsoft Compiler with the additional options /QRxscale /QRxscalesched removing any options
that refer to ARMV4 compatibility
...
http://software.intel.com/en-us/forums/showthread.php?t=46422&o=a&s=lr&wapkw=(XScale)
March 3, 2004
...
The MS Windows hosted Intel C++ Compiler v1.2 for XScale does not support building Linux applications
at this point
...
http://software.intel.com/en-us/forums/showthread.php?t=51265&o=d&s=lr&wapkw=(XScale)
http://software.intel.com/en-us/forums/showthread.php?t=46987&wapkw=(XScale)
http://software.intel.com/en-us/forums/showthread.php?t=49220&wapkw=(XScale)
http://software.intel.com/en-us/forums/showthread.php?t=46666&wapkw=(XScale)
http://software.intel.com/en-us/forums/showthread.php?t=51997&wapkw=(XScale)
http://software.intel.com/en-us/forums/showthread.php?t=58852&o=d&s=lr&wapkw=(XScale)
http://software.intel.com/en-us/forums/showthread.php?t=46005&wapkw=(XScale)
http://software.intel.com/en-us/forums/showthread.php?t=49170&wapkw=(XScale)
Take a look if you're interested. It looks like 'IPX' abbreviation stands for 'Intel XScale Processor' and it needs to be confirmed.
Best regards,
Sergey
Please refer to answer for the similar question from Intel experts.
http://software.intel.com/en-us/forums/showpost.php?p=96892
Regarding OS support, please refer to system requirement documents, this has latest information.
Regards,
Naveen GV
I'll try to continue my search on Marvell's website some time later. At the moment, it is clear that in our
case, that issoftware developmentfor Windows Mobile platforms,another solution has to be considered
instead of using IPP library for XScale CPU.
>>...Regarding OS support, please refer to system requirement documents, this has latest information.
For more complete information about compiler optimizations, see our Optimization Notice.