On Wed, Aug 1, 2012 at 12:57 AM, Loren Merritt <[email protected]>wrote:

> On Wed, 1 Aug 2012, Luca Barbato wrote:
>
> > From: Daniel Kang <[email protected]>
> >
> > Remove the code to eases porting the other qpel optimizations to
> > yasm.
> >
> > AMD has deprecated 3dnow and the only CPUs that have 3dnow and
> > do not have mmxext are 12 years old.
>
> libavcodec/x86/dsputil_mmx_avg_template.c:58:1: warning:
> `put_pixels4_l2_3dnow' defined but not used
> libavcodec/x86/dsputil_mmx_avg_template.c:229:1: warning:
> `avg_pixels4_l2_3dnow' defined but not used
> libavcodec/x86/dsputil_mmx_avg_template.c:875:1: warning:
> `avg_pixels4_3dnow' defined but not used
>

Those errors are fairly difficult to fix. Whoever wrote the original
inlined assembly made it very hard to disable only certain functions at
specific CPU types. Which would you prefer, a hack-ish workaround or to
wait until I port the rest over to yasm?
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to