[FFmpeg-devel] [PATCH 1/3] checkasm: add a checkasm_checked_call function that doesn't issue emms

James Almer jamrial at gmail.com
Tue Jun 6 18:05:19 EEST 2017


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.


More information about the ffmpeg-devel mailing list