diff options
author | Guillaume Poirier <gpoirier@mplayerhq.hu> | 2007-09-05 07:49:01 +0000 |
---|---|---|
committer | Guillaume Poirier <gpoirier@mplayerhq.hu> | 2007-09-05 07:49:01 +0000 |
commit | 14c2634bcc6efd274cd41c31b597aad43c203dd2 (patch) | |
tree | 9de8c936635c4326578b2ad8d28ba921dfb035e0 /doc | |
parent | 4901263abde3d8a1e7774c02f798811122f73cb3 (diff) | |
download | ffmpeg-14c2634bcc6efd274cd41c31b597aad43c203dd2.tar.gz |
Fix links to ARM documentation
Originally committed as revision 10399 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc')
-rw-r--r-- | doc/optimization.txt | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/doc/optimization.txt b/doc/optimization.txt index e2a6a5241e..c54eaf8bad 100644 --- a/doc/optimization.txt +++ b/doc/optimization.txt @@ -152,11 +152,19 @@ http://www.amd.com/us-en/assets/content_type/white_papers_and_tech_docs/22007.pd ARM-specific: -ARM Architecture Reference Manual: -http://www.arm.com/community/academy/resources.html -Instructions timings and optimization guide for ARM9E: -http://www.arm.com/pdfs/DDI0222B_9EJS_r1p2.pdf +ARM Architecture Reference Manual (up to ARMv5TE): +http://www.arm.com/community/university/eulaarmarm.html + +Procedure Call Standard for the ARM Architecture: +http://www.arm.com/pdfs/aapcs.pdf + +Optimization guide for ARM9E (used in Nokia 770 Internet Tablet): +http://infocenter.arm.com/help/topic/com.arm.doc.ddi0240b/DDI0240A.pdf +Optimization guide for ARM11 (used in Nokia N800 Internet Tablet): +http://infocenter.arm.com/help/topic/com.arm.doc.ddi0211j/DDI0211J_arm1136_r1p5_trm.pdf +Optimization guide for Intel XScale (used in Sharp Zaurus PDA): +http://download.intel.com/design/intelxscale/27347302.pdf PowerPC-specific: |