mirror of
https://github.com/mpv-player/mpv
synced 2025-02-02 21:21:33 +00:00
Minor improvements
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1068 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
7a5aba6dfe
commit
b47e9bca6d
@ -1,2 +1,2 @@
|
||||
/* Let it be for now*/
|
||||
#include "../libac3/bswap.h"
|
||||
#include "../libac3/bswap.h"
|
||||
|
@ -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>
|
||||
|
@ -1 +1 @@
|
||||
#include "../libvo/fastmemcpy.h"
|
||||
#include "../libvo/fastmemcpy.h"
|
||||
|
Loading…
Reference in New Issue
Block a user