monotonic-clock.unix.macosx: use integer arithmetic instead of constructing rationals
parent
f302cc3e2c
commit
3d5ea28358
|
@ -21,4 +21,4 @@ M: macosx monotonic-count
|
|||
mach_absolute_time
|
||||
\ mach_timebase_info <struct> [
|
||||
mach_timebase_info [ mach-timebase-info ] unless-zero
|
||||
] keep [ numer>> ] [ denom>> ] bi / * ;
|
||||
] keep [ numer>> ] [ denom>> ] bi [ * ] dip /i ;
|
||||
|
|
Loading…
Reference in New Issue