Mercurial > libavcodec.hg
diff dsputil.h @ 3279:647a677c00a4 libavcodec
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
| author | gpoirier |
|---|---|
| date | Fri, 28 Apr 2006 07:46:13 +0000 |
| parents | 7aa9f80e7954 |
| children | adccbf4a1040 |
line wrap: on
line diff
--- a/dsputil.h Thu Apr 27 11:49:15 2006 +0000 +++ b/dsputil.h Fri Apr 28 07:46:13 2006 +0000 @@ -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;
