Skip to content

checkasm: Check for __ARM_ARCH_7A__ for the arm cpu timer inline assembly

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

This fixes building with raspbian compilers, that default to armv6. The isb instruction is unavailable on armv6, and the cycle counter register is accessed differently there as well.

This fixes issue #282 (closed).

Merge request reports