[FFmpeg-devel] [PATCH 1/3] checkasm: add a checkasm_checked_call function that doesn't issue emms
James Almer
jamrial at gmail.com
Thu Jun 15 01:22:50 EEST 2017
On 6/6/2017 12:05 PM, James Almer wrote:
> On 6/1/2017 8:10 PM, James Almer wrote:
>> Meant for DSP functions returning a float or double, as they'd fail if emms
>> is called after every run on x86_32.
>>
>> Signed-off-by: James Almer <jamrial at gmail.com>
>> ---
>> tests/checkasm/checkasm.h | 11 +++++++++++
>> tests/checkasm/x86/checkasm.asm | 13 +++++++------
>> 2 files changed, 18 insertions(+), 6 deletions(-)
>
> Ping for set.
Pushed.
More information about the ffmpeg-devel
mailing list