[FFmpeg-devel] [PATCH] x86: Remove MMX assembly rv34_inv_transform_dc in rv34dsp

flow gg hlefthleft at gmail.com
Tue Feb 13 11:48:52 EET 2024


I made a mistake. It can be fixed your way. Please ignore this reply.

flow gg <hlefthleft at gmail.com> 于2024年2月13日周二 17:47写道:

> Thank you for your guidance. Do you mean that it should be modified test
> like this?
>
> - declare_func(void, uint8_t *dst, ptrdiff_t stride, int dc);
> + declare_func_emms(AV_CPU_FLAG_MMX, void, uint8_t *, ptrdiff_t, int);
>
> I tried to do it this way, but the test still failed. not sure why ...
>


More information about the ffmpeg-devel mailing list