Skip to content

checkasm: Explicitly test whether the readtime() function works

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

This gives a clearer indication about what is wrong, instead of running into illegal instruction errors in the individual tests.

On ARM and AArch64, access to the cycle counter register is forbidden in user mode code by default on Linux and Darwin.

Merge request reports