Skip to content

x86: Fix out-of-bounds read in 8bpc SSE2/SSSE3 wiener_filter

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

Neither the high bit-depth SSE code nor any of the AVX2/AVX-512 implementations appears to have the same issue as far as I can see. SGR is also unaffected.

Merge request reports