Paul Davis
60e5b84d78
This uses boost::multiprecision::int512_t when multiplying and dividing by the numerator and denominator of a ratio_t. 128 bits would be sufficient but for some reason, the boost docs show the 512 bit variant being very slightly faster. This is a better solution than using a double, which although it will prevent overflow has fairly limited resolution. |
||
---|---|---|
.. | ||
MSVCtemporal | ||
temporal | ||
test | ||
bbt_time.cc | ||
beats.cc | ||
debug.cc | ||
enums.cc | ||
range.cc | ||
superclock.cc | ||
tempo.cc | ||
test2.cc | ||
test.cc | ||
time.cc | ||
timeline.cc | ||
wscript |