memorysafety/rav1d

Backport updates from dav1d 1.4.1

Opened this issue · 4 comments

Backport updates from dav1d 1.4.1

Remaining:

  • RISC-V asm
  • PPC asm
  • Removal of some C functions in ARM build when asm is enabled (requires implementing the trim_dsp build option)

@randomPoison @rinon, is it important to implement trim dsp?

Eventually yeah, that's a code size issue which does matter.

I'm just not sure how much people care about it or would use it. If it is used, we probably also want to measure perf with -C target-cpu=native and -march=native.