summaryrefslogtreecommitdiff
path: root/doc/optimization.txt
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2003-01-11 11:36:38 +0000
committerMichael Niedermayer <michaelni@gmx.at>2003-01-11 11:36:38 +0000
commit3df7be0f72f39c7c2ed483b54fbc2e9269cf90e9 (patch)
tree794dec0ac82dce3438b7957d11d17ca304cb76bf /doc/optimization.txt
parenta552591fb13988d7f46c83576fd339320d720d5c (diff)
more links
Originally committed as revision 1445 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc/optimization.txt')
-rw-r--r--doc/optimization.txt8
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/optimization.txt b/doc/optimization.txt
index 18ad2b6283..d2ee33f216 100644
--- a/doc/optimization.txt
+++ b/doc/optimization.txt
@@ -121,6 +121,8 @@ for example:
Links:
+http://www.aggregate.org/MAGIC/
+
X86 specific:
http://developer.intel.com/design/pentium4/manuals/248966.htm
@@ -134,4 +136,8 @@ AMD Athlon Processor x86 Code Optimization Guide:
http://www.amd.com/us-en/assets/content_type/white_papers_and_tech_docs/22007.pdf
GCC asm links:
-FIXME \ No newline at end of file
+official doc but quite ugly
+http://gcc.gnu.org/onlinedocs/gcc/Extended-Asm.html
+
+a bit old (note "+" is valid for input-output, even though the next says its not)
+http://www.cs.virginia.edu/~clc5q/gcc-inline-asm.pdf \ No newline at end of file