]> git.xonotic.org Git - xonotic/gmqcc.git/history - tests/exprforbuiltins.qc
Only optimize (a - (-b)) into (a + b) when the unary operand is a negation. This...
[xonotic/gmqcc.git] / tests / exprforbuiltins.qc
2013-04-25 Dale WeilerAdd expressions for builtins test