On 8/24/10, Mans Rullgard <mans at mansr.com> wrote:
> -
> -#define emms_c() \
> -{\
> - if (mm_flags & FF_MM_MMX)\
> - emms();\
> -}
> +#define emms_c() emms()
Michael, are you really OK with that change?
The result would be illegal instruction on all pre-MMX CPUs.