1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-27 17:42:17 +00:00

cosmetics: Remove trailing whitespace, reformat one comment.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25512 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2007-12-22 19:16:01 +00:00
parent ff08ff09ac
commit dca49663cd
3 changed files with 23 additions and 23 deletions

View File

@ -23,9 +23,9 @@
*/
/* optimization TODO / NOTES
movntq is slightly faster (0.5% with the current test.c benchmark)
(but that is just test.c so that needs to be tested in reality)
and it would mean (C / MMX2 / MMX / 3DNOW) versions
* movntq is slightly faster (0.5% with the current test.c benchmark)
* (but that is just test.c so that needs to be tested in reality)
* and it would mean (C / MMX2 / MMX / 3DNOW) versions.
*/
#include "a52_internal.h"