On Wed, Apr 5, 2017 at 3:53 AM, James Darnley <jdarn...@obe.tv> wrote:
>      call         h264_idct_add8_mmx_plane
> -    RET
> +    RET ; TODO: check rep ret after a function call

call followed by RET should be replaced by the TAIL_CALL macro instead
which outputs a jmp instruction if there's no function epilogue.
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to