[FFmpeg-devel] [PATCH 4/5] x86/opusdsp: implement FMA3 accelerated postfilter and deemphasis

Lynne dev at lynne.ee
Mon Apr 1 15:13:11 EEST 2019


Mar 31, 2019, 11:49 PM by jamrial at gmail.com:

> A float ret value needs to be in xmm0, and you swapped m0 with m2 on
> Win64. This is the source of the fate failure.
>

Attached a patch to fix this.

> %if WIN64
> -    SWAP 0, 2
> -%endif
> +    shufps m0, m2, 0
> +%else
>      shufps m0, m0, 0
> +%endif
> %endif
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-x86-opusdsp-fix-WIN64-return-value.patch
Type: text/x-diff
Size: 702 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20190401/abb0df75/attachment.patch>


More information about the ffmpeg-devel mailing list