Revision 6216fc70 libswscale/x86/rgb2rgb.c
libswscale/x86/rgb2rgb.c | ||
---|---|---|
81 | 81 |
|
82 | 82 |
//Note: We have C, MMX, MMX2, 3DNOW versions, there is no 3DNOW + MMX2 one. |
83 | 83 |
|
84 |
#define COMPILE_TEMPLATE_MMX 0 |
|
85 | 84 |
#define COMPILE_TEMPLATE_MMX2 0 |
86 | 85 |
#define COMPILE_TEMPLATE_AMD3DNOW 0 |
87 | 86 |
#define COMPILE_TEMPLATE_SSE2 0 |
88 | 87 |
|
89 | 88 |
//MMX versions |
90 | 89 |
#undef RENAME |
91 |
#undef COMPILE_TEMPLATE_MMX |
|
92 |
#define COMPILE_TEMPLATE_MMX 1 |
|
93 | 90 |
#define RENAME(a) a ## _MMX |
94 | 91 |
#include "rgb2rgb_template.c" |
95 | 92 |
|
Also available in: Unified diff