commit | 435dd8028befce1a5df112be774eb358d1762304 | [log] [tgz] |
---|---|---|
author | John Kessenich <cepheus@frii.com> | Tue Jun 30 01:27:08 2020 -0600 |
committer | John Kessenich <cepheus@frii.com> | Tue Jun 30 02:44:52 2020 -0600 |
tree | 5f69dd49bffe1ad72ffa52ff3c6214d8a12355af | |
parent | 27e915ed4f208cf0913425c79b1e62ffe80a6299 [diff] |
SPV: RelaxedPrecision: Generalize fix #2293 to cover more operations. This simplifies and enforces use of precision in many more places, to help avoid accidental loss of RelaxedPrecision through intermediate operations. Known fixes are: - ?: - function return values with mis-matched precision - precision of function return values when a copy was needed to fix types