[Ffmpeg-cvslog] CVS: ffmpeg/libavcodec dsputil.h,1.134,1.135

Guillaume Poirier CVS gpoirier
Fri Apr 28 09:46:15 CEST 2006


Update of /cvsroot/ffmpeg/ffmpeg/libavcodec
In directory mail:/var2/tmp/cvs-serv12338/libavcodec

Modified Files:
	dsputil.h 
Log Message:
Remove unused and unsupported Cyrix's "Extended MMX", 
Add SSE3 support.
Patch by Zuxy Meng < zuxy POIS meng AH gmail POIS com >
Original thread:
04/26/06 13:13:
[Ffmpeg-devel] [PATCH] Bug fix,	SSE3 support in i386/cputest.c and dsputil.h


Index: dsputil.h
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/libavcodec/dsputil.h,v
retrieving revision 1.134
retrieving revision 1.135
diff -u -d -r1.134 -r1.135
--- dsputil.h	4 Apr 2006 09:23:45 -0000	1.134
+++ dsputil.h	28 Apr 2006 07:46:12 -0000	1.135
@@ -432,6 +432,7 @@
 #define MM_SSE    0x0008 /* SSE functions */
 #define MM_SSE2   0x0010 /* PIV SSE2 functions */
 #define MM_3DNOWEXT  0x0020 /* AMD 3DNowExt */
+#define MM_SSE3   0x0040 /* Prescott SSE3 functions */
 
 extern int mm_flags;
 





More information about the ffmpeg-cvslog mailing list