Okay, I have updated them in the response Rémi Denis-Courmont 于2024年2月10日周六 05:14写道: > Le keskiviikkona 7. helmikuuta 2024, 2.12.22 EET flow gg a écrit : > > My carelessness.. fixed it in the reply. > > I know I said to avoid scalar multiplications, but this may be taking it a > little too far. Either this works: > slli t1, t0, 9 > sh2add t0, t0, t0 > sub t0, t1, t0 > or just: > li t1, 13 * 13 * 3 > mul t0, t0, t1 > > Also the second vsetvl seems pointless, unless you specifically meant that > the > pointer was aligned to 32 bits? > > -- > 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". >