• Rémi Denis-Courmont's avatar
    lavc/vc1dsp: fix R-V V vector lengths · 419145c1
    Rémi Denis-Courmont authored
    The 8x4 and 4x4 use a needlessly large multiplier (unless/until we care
    about embedded 64-bit-vector hardware). This is merely suboptimal.
    
    The 8x4 case also uses an incorrect vector length, which leads to incorrect
    behaviour on future/hypothetical hardware with 256-bit or larger vectors.
    Pointed-out-by: 's avatarMartin Storsjö <martin@martin.st>
    419145c1
vc1dsp_rvv.S 3.75 KB