CVS: main/mp3lib bswap.h,1.1,1.2 fastmemcpy.h,1.1,1.2 decode_k7.s,1.7,1.8
Update of /cvsroot/mplayer/main/mp3lib In directory usw-pr-cvs1:/tmp/cvs-serv25247/main/mp3lib Modified Files: bswap.h fastmemcpy.h decode_k7.s Log Message: Minor improvements Index: bswap.h =================================================================== RCS file: /cvsroot/mplayer/main/mp3lib/bswap.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** bswap.h 2001/06/06 09:33:36 1.1 --- bswap.h 2001/06/09 08:49:47 1.2 *************** *** 1,2 **** /* Let it be for now*/ ! #include "../libac3/bswap.h" \ No newline at end of file --- 1,2 ---- /* Let it be for now*/ ! #include "../libac3/bswap.h" Index: fastmemcpy.h =================================================================== RCS file: /cvsroot/mplayer/main/mp3lib/fastmemcpy.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** fastmemcpy.h 2001/06/07 09:08:32 1.1 --- fastmemcpy.h 2001/06/09 08:49:47 1.2 *************** *** 1 **** ! #include "../libvo/fastmemcpy.h" \ No newline at end of file --- 1 ---- ! #include "../libvo/fastmemcpy.h" Index: decode_k7.s =================================================================== RCS file: /cvsroot/mplayer/main/mp3lib/decode_k7.s,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -r1.7 -r1.8 *** decode_k7.s 2001/06/08 10:56:04 1.7 --- decode_k7.s 2001/06/09 08:49:47 1.8 *************** *** 18,23 **** /// /// Benchmark: measured by mplayer on Duron-700: ! /// 3dNow! optimized code - 1.5% of cpu usage ! /// k7 optimized code - 1.1% of cpu usage /// Note: K6-2 users have an chance with partial loops unrolling /// --- 18,24 ---- /// /// Benchmark: measured by mplayer on Duron-700: ! /// 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 /// _______________________________________________ Mplayer-cvslog mailing list Mplayer-cvslog@lists.sourceforge.net http://lists.sourceforge.net/lists/listinfo/mplayer-cvslog
participants (1)
-
Nick Kurshev