mirror of https://git.ffmpeg.org/ffmpeg.git
links to ARM optimization manuals
Originally committed as revision 7425 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
f57c7ad234
commit
20e570c8e8
|
@ -150,6 +150,15 @@ http://www.agner.org/assem/
|
||||||
AMD Athlon Processor x86 Code Optimization Guide:
|
AMD Athlon Processor x86 Code Optimization Guide:
|
||||||
http://www.amd.com/us-en/assets/content_type/white_papers_and_tech_docs/22007.pdf
|
http://www.amd.com/us-en/assets/content_type/white_papers_and_tech_docs/22007.pdf
|
||||||
|
|
||||||
|
|
||||||
|
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
|
||||||
|
|
||||||
|
|
||||||
GCC asm links:
|
GCC asm links:
|
||||||
official doc but quite ugly
|
official doc but quite ugly
|
||||||
http://gcc.gnu.org/onlinedocs/gcc/Extended-Asm.html
|
http://gcc.gnu.org/onlinedocs/gcc/Extended-Asm.html
|
||||||
|
|
Loading…
Reference in New Issue