summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mp3lib/bswap.h2
-rw-r--r--mp3lib/decode_k7.s5
-rw-r--r--mp3lib/fastmemcpy.h2
3 files changed, 5 insertions, 4 deletions
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 <nickols_k@mail.ru>
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"