From e42a152bbc0cc5e3486ab94f03e40d04eae13a67 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Mon, 13 Dec 2004 16:11:38 +0000 Subject: x86 cpu capabilities detection rewrite / cleanup Originally committed as revision 3750 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/dsputil.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libavcodec/dsputil.h') diff --git a/libavcodec/dsputil.h b/libavcodec/dsputil.h index 2eb1ed404b..83b10baf81 100644 --- a/libavcodec/dsputil.h +++ b/libavcodec/dsputil.h @@ -408,6 +408,7 @@ int mm_support(void); #define MM_MMXEXT 0x0002 /* SSE integer functions or AMD MMX ext */ #define MM_SSE 0x0008 /* SSE functions */ #define MM_SSE2 0x0010 /* PIV SSE2 functions */ +#define MM_3DNOWEXT 0x0020 /* AMD 3DNowExt */ extern int mm_flags; -- cgit v1.2.3