diff options
author | Zuxy Meng <zuxy.meng@gmail.com> | 2006-04-28 07:46:13 +0000 |
---|---|---|
committer | Guillaume Poirier <gpoirier@mplayerhq.hu> | 2006-04-28 07:46:13 +0000 |
commit | 392f6da8971b0beda317fb6433e2d45b2e4d3cc8 (patch) | |
tree | 8c2e127e40b90b1bb119e1365e8b090030e55fcc /libavcodec/dsputil.h | |
parent | 9c445fbe7a02806422bd48bb52190288c4fb66e6 (diff) | |
download | ffmpeg-392f6da8971b0beda317fb6433e2d45b2e4d3cc8.tar.gz |
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
Originally committed as revision 5326 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/dsputil.h')
-rw-r--r-- | libavcodec/dsputil.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/dsputil.h b/libavcodec/dsputil.h index 44e6a9efc7..ce37cf46e5 100644 --- a/libavcodec/dsputil.h +++ b/libavcodec/dsputil.h @@ -432,6 +432,7 @@ int mm_support(void); #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; |