Skip to content

Add tail call optimizations in SSSE3 itx

Henrik Gramner requested to merge gramner/dav1d:itx_tail_call into master

Replaces calls with jumps when there's no function epilogue.

Merge request reports