Skip to content

arm32: Fix right shifts in the 16bpc iwht implementation

Martin Storsjö requested to merge mstorsjo/dav1d:arm32-iwht into master

These shifts used the wrong element size; this only was noticed in some argon tests.

Merge request reports