Revert PRs 8531 and 7454

This commit is contained in:
Kelebek1
2022-07-15 14:38:27 +01:00
parent 97729fd8e9
commit 00ac6d49af
8 changed files with 81 additions and 129 deletions
+5
View File
@@ -37,6 +37,11 @@ private:
} inner;
};
/// value used to reduce the native clocks accuracy as some apss rely on
/// undefined behavior where the level of accuracy in the clock shouldn't
/// be higher.
static constexpr u64 inaccuracy_mask = ~(UINT64_C(0x400) - 1);
TimePoint time_point;
// factors