[FFmpeg-devel] [PATCH] avcodec: add missing xmm/neon clobber test wrappers for the new decode API
James Almer
jamrial at gmail.com
Mon Jul 4 00:06:12 EEST 2016
On 7/3/2016 5:24 PM, Ronald S. Bultje wrote:
> Hi,
>
> On Sun, Jul 3, 2016 at 3:45 PM, James Almer <jamrial at gmail.com> wrote:
>
>> Signed-off-by: James Almer <jamrial at gmail.com>
>> ---
>> Tested on Win64 (xmm), but not arm and aarch64 (neon).
>>
>> configure | 4 ++++
>> libavcodec/aarch64/neontest.c | 10 ++++++++++
>> libavcodec/arm/neontest.c | 10 ++++++++++
>> libavcodec/x86/w64xmmtest.c | 10 ++++++++++
>> 4 files changed, 34 insertions(+)
>>
>
> lgtm, thanks.
Pushed.
More information about the ffmpeg-devel
mailing list