gmqcc/tests/xor.tmpl

22 lines
312 B
Cheetah
Raw Normal View History

2013-06-15 09:48:40 +00:00
I: xor.qc
D: test bitwise xor
T: -execute
C: -std=gmqcc
E: $null
M: 6
M: 8
2013-06-15 11:05:25 +00:00
M: commutative
M: assocative
M: inverse
M: vv: '6 8 6'
M: vf: '15 8 15'
M: vv: '6 8 6'
M: vf: '15 8 15'
M: 100:200 swapped is: 200:100
M: '1 2 3':'4 5 6' swapped is: '4 5 6':'1 2 3'
M: '4 7 6'
M: '4 7 6'
M: '4 7 6'
M: '4 7 6'
2013-08-27 10:39:51 +00:00
M: '4 7 6'