summaryrefslogtreecommitdiffstats
path: root/mp3lib/decode_k7.s
diff options
context:
space:
mode:
Diffstat (limited to 'mp3lib/decode_k7.s')
-rw-r--r--mp3lib/decode_k7.s5
1 files changed, 3 insertions, 2 deletions
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>