Skip to content

checkasm: Add ifdefs around the readtime check

Martin Storsjö requested to merge mstorsjo/dav1d:checkasm-ifdef-readtime into master

This fixes building in configurations where no readtime implementation is available at all, such as MSVC targeting 32 bit ARM.

This was missed when the check was added in 95a19254.

Merge request reports