mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-24 16:22:51 +00:00
avutil/riscv/cpu: fix __riscv_v_min_vlen typo
Signed-off-by: J. Dekker <jdek@itanimul.li>
This commit is contained in:
parent
41190da9e1
commit
e61fed8280
@ -65,7 +65,7 @@ static inline size_t ff_get_rv_vlenb(void)
|
|||||||
static inline bool ff_rv_vlen_least(unsigned int bits)
|
static inline bool ff_rv_vlen_least(unsigned int bits)
|
||||||
{
|
{
|
||||||
#ifdef __riscv_v_min_vlen
|
#ifdef __riscv_v_min_vlen
|
||||||
if (bits <= __riscv_min_vlen)
|
if (bits <= __riscv_v_min_vlen)
|
||||||
return true;
|
return true;
|
||||||
#else
|
#else
|
||||||
/*
|
/*
|
||||||
|
Loading…
Reference in New Issue
Block a user