From: "Rémi Denis-Courmont" <remi@remlab.net> To: FFmpeg development discussions and patches <ffmpeg-devel@ffmpeg.org> Subject: Re: [FFmpeg-devel] [PATCH v5] lavc/vvc_mc: R-V V avg w_avg Date: Mon, 01 Jul 2024 17:28:10 +0300 Message-ID: <16075570.6YKYF1h1mH@basile.remlab.net> (raw) In-Reply-To: <CAEa-L+sqMeUyQMsBDdX30GcS1SuNu6jZtRTf4F0Uz_r+W74M-A@mail.gmail.com> Le maanantaina 1. heinäkuuta 2024, 16.40.29 EEST flow gg a écrit : > > I am not sure what is_w means or serves here. If you need special cases, > > this feels a bit out of place for this macro. > > It is a special case added to merge the vset of avg and w_avg, how about > giving it a default value so that it doesn't affect the use of other > functions? The original idea of having macros around vset(i)vli was to abstract away calculating LMUL from VL, SEW and VLEN, and by extension, calculate VTYPE from VL, SEW, TA, MA and VLEN. I just don't really see room for an extra parameter here and it is unclear what it does. If there is a sound design reason why it's there, it should be commented better IMO. Otherwise it should not be there. > > t0 is a link register, so the branch predictor will treat this a return, > > but it seems to be a tail call instead. > > Will this cause any issues? It will execute at a label, and after > executing, there is a ret at the label. Yes. Tail calls should incur no Return Address Stack action. But this incurs a pop, as per the "Unconditional Jumps" terminology in the RV32I spec. -- Rémi Denis-Courmont http://www.remlab.net/ _______________________________________________ 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".
next prev parent reply other threads:[~2024-07-01 14:28 UTC|newest] Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top 2024-07-01 13:39 uk7b 2024-07-01 13:40 ` flow gg 2024-07-01 14:28 ` Rémi Denis-Courmont [this message] 2024-07-01 16:06 ` uk7b 2024-07-01 16:09 ` flow gg 2024-07-08 15:41 ` Rémi Denis-Courmont 2024-07-10 10:02 ` [FFmpeg-devel] [PATCH] " uk7b 2024-07-16 14:21 ` Rémi Denis-Courmont 2024-07-18 15:02 ` uk7b 2024-07-18 15:04 ` flow gg 2024-07-19 15:55 ` Rémi Denis-Courmont 2024-07-21 13:43 ` uk7b 2024-07-21 13:45 ` flow gg 2024-07-10 10:04 ` [FFmpeg-devel] [PATCH v5] " flow gg
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=16075570.6YKYF1h1mH@basile.remlab.net \ --to=remi@remlab.net \ --cc=ffmpeg-devel@ffmpeg.org \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel This inbox may be cloned and mirrored by anyone: git clone --mirror https://master.gitmailbox.com/ffmpegdev/0 ffmpegdev/git/0.git # If you have public-inbox 1.1+ installed, you may # initialize and index your mirror using the following commands: public-inbox-init -V2 ffmpegdev ffmpegdev/ https://master.gitmailbox.com/ffmpegdev \ ffmpegdev@gitmailbox.com public-inbox-index ffmpegdev Example config snippet for mirrors. AGPL code for this site: git clone https://public-inbox.org/public-inbox.git