lavc/videodsp: work-around LLVM-as

For some reason, it can't handle the normal syntax for an address operand
without an offset, so add a dummy zero offset.
This commit is contained in:
Rémi Denis-Courmont 2024-08-02 18:07:04 +03:00
parent 677f28b310
commit de7f999481

View File

@ -25,7 +25,7 @@
func ff_prefetch_rv_zicbop, zicbop
1:
addi a2, a2, -1
prefetch.r (a0)
prefetch.r 0(a0)
add a0, a0, a1
bnez a2, 1b