]> git.xonotic.org Git - xonotic/gmqcc.git/blob - tests/correct-logic-2.tmpl
2e79ec3c021da2d65cb3c40f4c6be381e1ff443f
[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