Age | Commit message (Collapse) | Author |
|
Originally committed as revision 25364 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
|
- mention clobber-marking of xmm registers,
- some notes on external vs. inline asm, including tips on which to use for
what situation and to not rewrite+improve in the same patch (as with C code)
- some more best-practice guidelines
See "[PATCH] update doc/optimization.txt" thread on ML.
Originally committed as revision 25170 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
|
Originally committed as revision 25157 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
|
Originally committed as revision 16310 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
|
It contains optimizations that are not specific to i386 and
libavutil uses this naming scheme already.
Originally committed as revision 16270 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
|
Neither the asm() nor the __asm__() keyword is part of the C99
standard, but while GCC accepts the former in C89 syntax, it is not
accepted in C99 unless GNU extensions are turned on (with -fasm). The
latter form is accepted in any syntax as an extension (without
requiring further command-line options).
Sun Studio C99 compiler also does not accept asm() while accepting
__asm__(), albeit reporting warnings that it's not valid C99 syntax.
Originally committed as revision 15627 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
|
Originally committed as revision 13467 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
|
Originally committed as revision 12171 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
|
Originally committed as revision 12170 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
|
Originally committed as revision 12168 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
|
Originally committed as revision 11598 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
|
Originally committed as revision 11597 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
|
Originally committed as revision 11596 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
|
Originally committed as revision 11595 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
|
Originally committed as revision 10639 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
|
Originally committed as revision 10399 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
|
Originally committed as revision 10235 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
|
Originally committed as revision 10215 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
|
Originally committed as revision 10197 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
|
Originally committed as revision 10194 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
|
Originally committed as revision 10191 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
|
Originally committed as revision 7425 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
|
Originally committed as revision 5459 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
|
Originally committed as revision 5458 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
|
Originally committed as revision 4379 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
|
Originally committed as revision 4378 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
|
Originally committed as revision 4376 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
|
Originally committed as revision 4375 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
|
Originally committed as revision 4122 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
|
Originally committed as revision 4118 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
|
Originally committed as revision 4117 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
|
Originally committed as revision 2639 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
|
Originally committed as revision 1475 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
|
Originally committed as revision 1446 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
|
Originally committed as revision 1445 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
|
can allso be used as a torture test for ur spelling checker
Originally committed as revision 1444 to svn://svn.ffmpeg.org/ffmpeg/trunk
|