summaryrefslogtreecommitdiff
path: root/configure.cmake
diff options
context:
space:
mode:
authorTzachi Zidenberg <tsahee@amazon.com>2020-07-06 13:43:30 +0300
committerTzachi Zidenberg <tsahee@amazon.com>2020-07-23 15:07:13 +0300
commitc76b45a5242f50d00c16f0bbf1dbecd4e359e02c (patch)
tree262571433ede080aa64d6c9d57dbc551d080549d /configure.cmake
parent5f2628d1eea21d9732f582b77782b072e5e04014 (diff)
downloadmariadb-git-c76b45a5242f50d00c16f0bbf1dbecd4e359e02c.tar.gz
MDEV-23249: Support aarch64 architecture timer
aarch64 timer is available to userspace via arch register. clang's __builtin_readcyclecounter is wrong for aarch64 (reads the PMU cycle counter instead of the archi-timer register), so we don't use it. my_rdtsc unit-test on AWS m6g shows: frequency: 121830845 resolution: 1 overhead: 1 This counter is not strictly increasing, but it is non-decreasing.
Diffstat (limited to 'configure.cmake')
0 files changed, 0 insertions, 0 deletions