Skip to content

x86: Remove identity/adst itx fast paths

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

Testing shows that those code paths are essentially never executed with real-world bitstreams so they just add redundant branches, increase code size, and add complexity for no actual benefit.

Merge request reports