Skip to content

meson: prevent memory sanitizer builds with asm

For example in dav1d_cdef_brow_{8,10}bpc memory sanitizer can not track that variance is initilized by dsp->cdef.dir() it is implemented by in asm.

Merge request reports

Loading