From b47e9bca6d067f0e5882c2e3be599407d9208abd Mon Sep 17 00:00:00 2001 From: nickols_k Date: Sat, 9 Jun 2001 08:49:47 +0000 Subject: Minor improvements git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1068 b3059339-0415-0410-9bf9-f77b7e298cf2 --- mp3lib/bswap.h | 2 +- mp3lib/decode_k7.s | 5 +++-- mp3lib/fastmemcpy.h | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) (limited to 'mp3lib') diff --git a/mp3lib/bswap.h b/mp3lib/bswap.h index 267812e320..4114a7a699 100644 --- a/mp3lib/bswap.h +++ b/mp3lib/bswap.h @@ -1,2 +1,2 @@ /* Let it be for now*/ -#include "../libac3/bswap.h" \ No newline at end of file +#include "../libac3/bswap.h" diff --git a/mp3lib/decode_k7.s b/mp3lib/decode_k7.s index 93803d8625..d6fa66d974 100644 --- a/mp3lib/decode_k7.s +++ b/mp3lib/decode_k7.s @@ -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 diff --git a/mp3lib/fastmemcpy.h b/mp3lib/fastmemcpy.h index c9e7bdc9aa..2a6f5c860d 100644 --- a/mp3lib/fastmemcpy.h +++ b/mp3lib/fastmemcpy.h @@ -1 +1 @@ -#include "../libvo/fastmemcpy.h" \ No newline at end of file +#include "../libvo/fastmemcpy.h" -- cgit v1.2.3