From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org [79.124.17.100]) by master.gitmailbox.com (Postfix) with ESMTP id 7D53E40154 for ; Sun, 4 Dec 2022 13:07:27 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id A39F268B890; Sun, 4 Dec 2022 15:07:23 +0200 (EET) Received: from v03.bc.feishu.cn (v03.bc.feishu.cn [101.36.218.38]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id C20AE68AEB3 for ; Sun, 4 Dec 2022 15:07:16 +0200 (EET) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; s=s1; d=oss-cipunited-com.20200927.dkim.feishu.cn; t=1670159224; h=from:subject:mime-version:from:date:message-id:subject:to:cc: reply-to:content-type:mime-version:in-reply-to:message-id; bh=gALiMLgV2FxV683NWcofB77nN/1JnAVRlxLuTnRIYok=; b=EoA16wJJKDi/uPXzaiBIVLkdxkb9VJWAE55Xdh9uz73TH/MSImkiAzoWowdOnHXJIiGqsQ pM58pJW1L835+xiGbmTuBTL0dsspnFfdFC3P8WQHizWgkfTRuZytJ0AIY4/wTMdC1Hz+wA L9lMfegUdhqiAPEfFhq1xnICHT25XVd30qwQse/tjxdWzcUX6858OiBUQJbn/Q8aCM1h83 UZgpmfB4oETs8MBFEAdAsMuUMnr9PzEjhmTHIro0HmM2ND3+NnIJE2F1cy8SCVVygq8nsk 9v1jJsxlZ8H+331FfGDJOv4rcfc5dxFqr4xMROWZAmKUI3Rb9DbKcpdMvE3OOA== Message-Id: In-Reply-To: <20221201112558.GR3806951@pb2> Date: Sun, 04 Dec 2022 21:06:54 +0800 To: "ffmpeg-devel" From: "Junxian Zhu" Mime-Version: 1.0 X-Lms-Return-Path: X-Content-Filtered-By: Mailman/MimeDel 2.1.29 Subject: Re: [FFmpeg-devel] [PATCH] avcodec/mathops: Optimize generic mid_pred function X-BeenThere: ffmpeg-devel@ffmpeg.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: FFmpeg development discussions and patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: FFmpeg development discussions and patches Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: Compile with generic mid_pred function written in the old way on the mips platform, and objdump its .o file, it will show like this, with more instructions and branch jump. ```code mid_pred(int, int, _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".