We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e315b06 commit f803006Copy full SHA for f803006
src/utils/timeStamp.cpp
@@ -26,7 +26,7 @@
26
27
static uint64_t rdtsc()
28
{
29
-#if defined(__arm64__) || defined(__arm__)
+#if defined(__aarch64__) || defined(__arm__)
30
// SPDX-License-Identifier: GPL-2.0
31
uint64_t val = 0;
32
0 commit comments