Hi,

On Wed, Aug 1, 2012 at 5:08 AM, Diego Biurrun <di...@biurrun.de> wrote:
> +FILTER_BILINEAR 8, 7, m2
>  INIT_MMX ssse3
> -FILTER_BILINEAR_SSSE3 4
> +FILTER_BILINEAR 4, 7, m2
>  INIT_XMM ssse3
> -FILTER_BILINEAR_SSSE3 8
> +FILTER_BILINEAR 8, 5, m1

So, uhm, we should probably discuss this on IRC before you send more
patches. When using as an inline replacement for a direct instruction,
we indeed give register arguments to macros, but in the common case of
full-function macros, which is what you have here, I don't think we
ever use direct registers as an argument, because then the macro'ed
function code itself becomes a lot less logical, since some of the
logic of the operation is outside the scope of the macro.

There's some easier ways to accomplish the same kind of thing, let's
go over this on IRC later.

Ronald
_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to