Skip to content

riscv64/ipred16: Fix build error with -Dbitdepths=16

Nathan E. Egge requested to merge unlord/dav1d:16bpc into master

When configuring and building dav1d with just the 16bp code paths using meson setup .. -Dbitdepths=16 there is an undefined reference to dav1d_dc_gen_8bpc_rvv due to a typo in src/riscv/64/ipred16.S.

Merge request reports

Loading