Files
ardour/libs/pbd
Robin Gareus 117cfc844b Fix 128 bit integer math rounding (#9057)
The previous code only used the 1st multiplicand was use to
determine the direction of rounding, breaking commutative property

`muldiv_round (1, 3, 4) != muldiv_round (3, 1, 4)`
2023-01-12 16:08:53 +01:00
..
2022-04-23 23:12:13 +02:00
2021-06-26 18:47:08 -06:00
2022-12-11 11:54:03 -05:00
2022-11-13 03:01:50 +01:00
2022-09-10 10:20:37 +01:00
2021-06-26 18:40:44 -06:00
2022-09-21 19:09:55 -06:00