checkasm: Check for __ARM_ARCH_7A__ for the arm cpu timer inline assembly
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).