diff options
| author | Lukas Lueg <lukas.lueg@gmail.com> | 2023-11-18 13:50:18 +0100 |
|---|---|---|
| committer | Lukas Lueg <lukas.lueg@gmail.com> | 2023-11-18 13:50:18 +0100 |
| commit | a2e396badfb1e36ba885480da4f7994fec1e2deb (patch) | |
| tree | 83113e3984c9acf8c7bac2ddc7f0a3377fa03ae0 /compiler/rustc_llvm/llvm-wrapper/ArchiveWrapper.cpp | |
| parent | e8e95102191dc0e2b718c8030103cfafd0869bf5 (diff) | |
| download | rust-a2e396badfb1e36ba885480da4f7994fec1e2deb.tar.gz rust-a2e396badfb1e36ba885480da4f7994fec1e2deb.zip | |
Don't suggest `a.mul_add(b, c)` if parameters are not float
clippy::suboptimal_flops used to not check if the second parameter to f32/f64.mul_add() was float. Since the method is only defined to take `Self` as paremters, the suggestion was wrong. Fixes #11831
Diffstat (limited to 'compiler/rustc_llvm/llvm-wrapper/ArchiveWrapper.cpp')
0 files changed, 0 insertions, 0 deletions
