Description[turbofan] Reduce some Float64 division to multiplication
For denominators that are powers of two, replace Float64 division with
multiplication by the reciprocal.
Additionally, replace division by -1 with negation, and multiplication by two
with addition.
BUG=
Committed: https://crrev.com/5ae2d0e58abd54bc51421bf7cd129d08f72a2346
Cr-Commit-Position: refs/heads/master@{#39478}
Patch Set 1 #
Total comments: 5
Patch Set 2 : Move power of two tests to matcher #
Messages
Total messages: 12 (3 generated)
|