Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-08-30 | Fix signed division by constant 1/ -1 | Martin Nowack | |
Division by constant divisor get optimized using shift and multiplication operations in STP builder. The used method cannot be applied for divisor 1 and -1. In that case use slow path. |