]> git.xonotic.org Git - xonotic/gmqcc.git/blob - tests/correct-logic-2.tmpl
Merge branch 'master' into cooking
[xonotic/gmqcc.git] / tests / correct-logic-2.tmpl
1 I: correct-logic.qc
2 D: vector logic flags
3 T: -execute
4 C: -std=fteqcc -fcorrect-logic
5 M:          ! & | i N
6 M: 0, 0 -> 1 0 0 0 1
7 M: 0, x -> 1 0 1 0 1
8 M: x, 0 -> 0 0 1 1 0
9 M: x, x -> 0 1 1 1 0
10 M: 0, y -> 1 0 1 0 1
11 M: y, 0 -> 0 0 1 1 0
12 M: y, y -> 0 1 1 1 0