Diego Biurrun <di...@biurrun.de> writes:

> +#define get_eflags(x)                           \
> +    x = ff_cpu_cpuid_test();
> +
> +#define set_eflags(x)                           \
> +    x = 0;

Instead of these weird definitions, please break out the existing cpuid
test into a function similar to the yasm one.

-- 
Måns Rullgård
m...@mansr.com
_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to