You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update semu_timer_clocksource() to use mult_frac()
Enhance the semu_timer_clocksource() function by utilizing the
mult_frac() function to improve the precision of converting time to
clock ticks. This update refines the calculations for converting time
derived from clock_gettime() and mach_absolute_time() into clock ticks.
This ensures that the time-to-clock-ticks conversion is more reliable
and precise, addressing potential precision issues effectively.
0 commit comments