diff options
author | Khem Raj <raj.khem@gmail.com> | 2023-07-02 19:44:12 -0700 |
---|---|---|
committer | Rémi Denis-Courmont <remi@remlab.net> | 2023-07-13 22:01:24 +0300 |
commit | a7b3c0203fc059db13595e0d0935e50979d2f41c (patch) | |
tree | 21afeaad3c69b7ff0d575e5a2d4202127adea0f1 /libavcodec/diractab.c | |
parent | 9a2335444b83b9bfa6553c43c9cbdd352f0f11ef (diff) | |
download | ffmpeg-a7b3c0203fc059db13595e0d0935e50979d2f41c.tar.gz |
libswscale/riscv: fix syntax of vsetvli
Add missing operand which clang complains about but GCC assumes it to be
'm1' if not specified.
Works around build failure with Clang:
| src/libswscale/riscv/rgb2rgb_rvv.S:88:25: error: operand must be e[8|16|32|64|128|256|512|1024],m[1|2|4|8|f2|f4|f8],[ta|tu],[ma|mu]
| vsetvli t4, t3, e8, ta, ma
| ^
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
Diffstat (limited to 'libavcodec/diractab.c')
0 files changed, 0 insertions, 0 deletions