From f9a2b4acc9996d884956f1b7d584593b6e342632 Mon Sep 17 00:00:00 2001 From: lizzie Date: Sun, 24 May 2026 02:34:19 +0000 Subject: [PATCH] MACOS FUCK YOU --- src/common/cpu_features.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/cpu_features.cpp b/src/common/cpu_features.cpp index fee5913eec..e75610ff71 100644 --- a/src/common/cpu_features.cpp +++ b/src/common/cpu_features.cpp @@ -407,7 +407,7 @@ bool WallClock::IsNative() const { } u64 WallClock::NsToTicks(std::chrono::nanoseconds ns) const { - return ns; + return ns.count(); } #endif