Files
ardour/libs/temporal
Paul Davis 60e5b84d78 temporal: alternative solution to overflow in timeline operator*()
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.
2022-05-24 21:46:10 -06:00
..
2022-03-04 19:41:25 +01:00
2022-05-24 18:08:31 -06:00
2019-09-30 21:03:29 +02:00
2022-04-09 12:16:37 +02:00