Skip to content
Commit 5293d44e authored by Raymond Toy's avatar Raymond Toy
Browse files

Floating-point micro-optimizations

o Convert x/n to x*(1/n) when n is a power of two since 1/n has an
  exact representation.
o Convert 2*x to x+x.
parent 441a76a6
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment