Skip to content

x86: Fix rare crash in chroma film grain asm

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

Fixes a rare crash that could occur on some systems with some compilers if the upper (undefined) 32 bits of the width parameter ended up being non-zero.

Merge request reports