gmqcc/tests/vec_ops.tmpl
Rudolf Polzer e50b7a2719 Support vector bitor/bitand/bitxor.
Signed-off-by: Rudolf Polzer <divverent@xonotic.org>
2013-08-26 18:32:28 +02:00

13 lines
199 B
Cheetah

I: vec_ops.qc
D: some additional vector operations
T: -execute
C: -std=fteqcc
E: -vector "8 16 32"
M: '8 16 32'
M: '4 8 16'
M: '2 4 8'
M: '4 8 16'
M: '20 24 16'
M: '0 0 16'
M: '29 42 51'
M: '0 8 16'