X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fgmqcc.git;a=blobdiff_plain;f=tests%2Fvec_ops.tmpl;h=738ec46ba97a44116005c235d19a379b25958b88;hp=39e2750313eb439f9119ab7c67e8c84f70566fbd;hb=27c0886ffbd1065183f21bc94c95234641fe9932;hpb=a5029a510a977ef9e64df9a84091a23b63c6fda7 diff --git a/tests/vec_ops.tmpl b/tests/vec_ops.tmpl index 39e2750..738ec46 100644 --- a/tests/vec_ops.tmpl +++ b/tests/vec_ops.tmpl @@ -1,9 +1,14 @@ I: vec_ops.qc D: some additional vector operations T: -execute -C: -std=fteqcc -E: -vector '8 16 32' +C: -std=gmqcc +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' +M: '-24 44 -16'