Lioncash 6e1c6297a3 fixed_point: Mark default constructor as constexpr
Ensures that a fixed-point value is always initialized

This likely also fixes several cases of uninitialized values being
operated on, since we have multiple areas in the codebase where the
default constructor is being used like:

Common::FixedPoint<50, 14> current_sample{};

and is then followed up with an arithmetic operation like += or
something else, which operates directly on FixedPoint's internal data
member, which would previously be uninitialized.
2022-10-18 16:06:50 -04:00
..
2022-10-06 21:00:53 +02:00
2022-07-27 12:53:49 +02:00
2022-10-06 21:00:53 +02:00
2022-04-28 18:24:11 +02:00
2022-04-28 18:24:11 +02:00
2022-04-28 18:24:11 +02:00
2022-04-28 18:24:11 +02:00
2022-07-27 12:53:49 +02:00
2022-07-27 12:53:49 +02:00
2022-04-28 18:24:11 +02:00
2022-04-28 18:24:11 +02:00
2022-04-28 18:24:11 +02:00
2022-08-19 16:08:40 -07:00
2022-07-27 12:53:49 +02:00
2022-07-27 12:53:49 +02:00
2022-07-27 12:53:49 +02:00
2022-10-13 12:24:04 -04:00
2022-04-28 18:24:11 +02:00
2022-07-27 12:53:49 +02:00
2022-07-27 12:53:49 +02:00
2022-06-28 01:10:55 +02:00
2022-08-02 01:01:54 -04:00
2022-04-28 18:24:11 +02:00
2022-04-28 18:24:11 +02:00