Commit db188af
committed
ci: disable libaom RVV optimizations for riscv64
libaom's riscv64 RVV code (highbd_convolve_rvv.c) calls functions
without declarations; GCC 14 in manylinux_2_39 treats this as an
error. Pass -DAOM_TARGET_CPU=generic for riscv64 to skip the
arch-specific code. QEMU-based builds don't benefit from RVV
optimizations anyway.
Signed-off-by: Bruno Verachten <gounthar@gmail.com>1 parent ec1c53d commit db188af
1 file changed
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
204 | 204 | | |
205 | 205 | | |
206 | 206 | | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
207 | 213 | | |
208 | 214 | | |
209 | 215 | | |
| |||
0 commit comments