Changes between Initial Version and Version 1 of Ticket #17595, comment 16


Ignore:
Timestamp:
Feb 25, 2022, 4:57:51 PM (2 years ago)
Author:
kallisti5

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #17595, comment 16

    initial v1  
    44*  2,147,483,647 is the maximum 32-bit unsigned int
    55
    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.
    77* The i7 in question has a base clock of 2.80 GHz, and boosts to 4.7Ghz.
    88
     
    1010Maybe the gTimeConversionFactor is over 32-bits, but that doesn't make a lot of sense.
    1111https://git.haiku-os.org/haiku/tree/src/system/boot/arch/x86/arch_cpu.cpp#n233
     12
     13I get a feeling Intel introduced some kind of new time conversation system and we need special code to handle it.