]> git.sesse.net Git - x264/commit
checkasm: add cycle counter read for aarch64
authorJanne Grunau <janne-x264@jannau.net>
Thu, 6 Nov 2014 08:20:17 +0000 (09:20 +0100)
committerAnton Mitrofanov <BugMaster@narod.ru>
Tue, 16 Dec 2014 17:40:11 +0000 (20:40 +0300)
commita6ec424939a4d3a59e4ec1e3999cb37e4314408e
tree93a296d9e4d335108c254f6dd45416ba00f880d3
parentfa7e9d3d082327ceeacfaf85da6cde4c50fb4e5b
checkasm: add cycle counter read for aarch64

Needs kernel support since user space access to the cycle counter is not
allowed on all available AArch64 systems (Android 5 and iOS).
tools/checkasm.c