Changes between Initial Version and Version 1 of Ticket #17595, comment 16
- Timestamp:
- Feb 25, 2022, 4:57:51 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #17595, comment 16
initial v1 4 4 * 2,147,483,647 is the maximum 32-bit unsigned int 5 5 6 * My Ryzen 9 5950X boosts to 4.9Ghz and works just fine with our code today.6 * My Ryzen 9 5950X has a base clock of 3.70 Ghz, and boosts to 4.9Ghz and works just fine with our code today. 7 7 * The i7 in question has a base clock of 2.80 GHz, and boosts to 4.7Ghz. 8 8 … … 10 10 Maybe the gTimeConversionFactor is over 32-bits, but that doesn't make a lot of sense. 11 11 https://git.haiku-os.org/haiku/tree/src/system/boot/arch/x86/arch_cpu.cpp#n233 12 13 I get a feeling Intel introduced some kind of new time conversation system and we need special code to handle it.