Using APFloat to compare floating numbers instead of float/double.
Fixes: 46424
Differential D147906
[clang-tidy] Avoid float compare in bugprone-incorrect-roundings PiotrZSL on Apr 9 2023, 11:07 PM. Authored by
Details Using APFloat to compare floating numbers instead of float/double. Fixes: 46424
Diff Detail
Event TimelineComment Actions Looks good, small suggestions! I appreciate having this small patch prior to the next one fixing the actual issue.
|
Remove static