Mercurial > mplayer.hg
changeset 1067:2f0265763322
Minor improvements
author | nickols_k |
---|---|
date | Sat, 09 Jun 2001 08:49:47 +0000 |
parents | aecab161d8d6 |
children | cda8756ac10f |
files | mp3lib/bswap.h mp3lib/decode_k7.s mp3lib/fastmemcpy.h |
diffstat | 3 files changed, 5 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/mp3lib/bswap.h Sat Jun 09 07:36:32 2001 +0000 +++ b/mp3lib/bswap.h Sat Jun 09 08:49:47 2001 +0000 @@ -1,2 +1,2 @@ /* Let it be for now*/ -#include "../libac3/bswap.h" \ No newline at end of file +#include "../libac3/bswap.h"
--- a/mp3lib/decode_k7.s Sat Jun 09 07:36:32 2001 +0000 +++ b/mp3lib/decode_k7.s Sat Jun 09 08:49:47 2001 +0000 @@ -17,8 +17,9 @@ /// superscalar ones instruction order is not significand for them. /// /// Benchmark: measured by mplayer on Duron-700: -/// 3dNow! optimized code - 1.5% of cpu usage -/// k7 optimized code - 1.1% of cpu usage +/// 3dNow! optimized code - 1.4% of cpu usage +/// k7 optimized code (without partial loop unrolling) - 1.3% of cpu usage +/// k7 optimized code - 1.1% of cpu usage /// Note: K6-2 users have an chance with partial loops unrolling /// /// Modified by Nick Kurshev <nickols_k@mail.ru>