MythTV  master
mmx.h
Go to the documentation of this file.
1 #ifndef GOOM_MMX_H
2 
3 #include "libmythbase/mythconfig.h"
5 
6 #define MM_MMX 0x0001 /* standard MMX */
7 #define MM_3DNOW 0x0004 /* AMD 3DNOW */
8 #define MM_MMXEXT 0x0002 /* SSE integer functions or AMD MMX ext */
9 #define MM_SSE 0x0008 /* SSE functions */
10 #define MM_SSE2 0x0010 /* PIV SSE2 functions */
11 #define MM_3DNOWEXT 0x0020 /* AMD 3DNowExt */
12 
13 #endif
ffmpeg-mmx.h