Open hungptit opened 5 years ago
This is a very minor change. Basically, x >= c will be slightly faster than (x - c) >= 0 (https://godbolt.org/z/cB0bJm)
This is a very minor change. Basically, x >= c will be slightly faster than (x - c) >= 0 (https://godbolt.org/z/cB0bJm)