Open sleiderr opened 1 year ago
Regarding #34
TSC reads and memory is not regarded as volatile, so the compiler seems to apply optimization too strong and misses the TSC counter updates, and the calibration is mistaken for an infinite loop.
volatile
Regarding #34
TSC reads and memory is not regarded as
volatile
, so the compiler seems to apply optimization too strong and misses the TSC counter updates, and the calibration is mistaken for an infinite loop.