diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2007-08-24 22:10:21 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2007-08-24 22:10:21 +0000 |
commit | 777bbfddde32d353bc080285e76fe237cf0096b4 (patch) | |
tree | 71f6744812692a5500103b9ea1acaa95eaff311f | |
parent | 7fa9d0dd8f89a44265182d1d551e22764e8f5712 (diff) | |
download | ffmpeg-777bbfddde32d353bc080285e76fe237cf0096b4.tar.gz |
more sparc asm docs
Originally committed as revision 10215 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | doc/optimization.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/optimization.txt b/doc/optimization.txt index fdcaa6ea5c..832cdffb6b 100644 --- a/doc/optimization.txt +++ b/doc/optimization.txt @@ -174,6 +174,9 @@ SPARC-specific: SPARC Joint Programming Specification (JPS1): Commonality http://www.fujitsu.com/downloads/PRMPWR/JPS1-R1.0.4-Common-pub.pdf +UltraSPARC III Processor User's Manual (contains instruction timings) +http://www.sun.com/processors/manuals/USIIIv2.pdf + GCC asm links: official doc but quite ugly |