]> git.xonotic.org Git - xonotic/gmqcc.git/history - tests/accumulate.qc
Only optimize (a - (-b)) into (a + b) when the unary operand is a negation. This...
[xonotic/gmqcc.git] / tests / accumulate.qc
2013-10-18 Dale WeilerUndo fix and actually use a macro in the accumulation...
2013-10-18 Dale WeilerDoes this fix it?
2013-10-17 Dale WeilerAdd a test for function accumulation attribute