Lukas Lueg
|
9ffc5a5c8d
|
Fix more parens for suboptimal_flops suggs
|
2022-08-29 22:36:11 +02:00 |
|
Bruno A. Muciño
|
be540e6596
|
Remove powi, "square can be computed more efficiently"
powi(2) produces exactly the same native code as x * x
|
2021-05-17 21:59:08 -05:00 |
|
Thiago Arrais
|
6be9491eac
|
Reclassify powi(2) lint under suboptimal_flops
|
2020-07-06 13:45:43 -03:00 |
|
Thiago Arrais
|
f62798454c
|
Lint (x * x + y * y).sqrt() => x.hypot(y)
|
2020-07-06 13:23:17 -03:00 |
|
Thiago Arrais
|
a6f1af75d7
|
Lint for x.powi(2) => x * x
|
2020-07-06 13:23:17 -03:00 |
|