We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19d530e commit f3a8307Copy full SHA for f3a8307
MicroBenchmarks/libs/benchmark/src/cycleclock.h
@@ -173,7 +173,7 @@ inline BENCHMARK_ALWAYS_INLINE int64_t Now() {
173
struct timeval tv;
174
gettimeofday(&tv, nullptr);
175
return static_cast<int64_t>(tv.tv_sec) * 1000000 + tv.tv_usec;
176
-#elif defined(__loongarch__)
+#elif defined(__loongarch__) || defined(__csky__)
177
178
179
0 commit comments