]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - tests/vec_ops.tmpl
Get rid of a warning on Windows
[xonotic/gmqcc.git] / tests / vec_ops.tmpl
index 7d8a501a45c6dcd96f5ff8116f0731174b6fea5a..738ec46ba97a44116005c235d19a379b25958b88 100644 (file)
@@ -1,9 +1,14 @@
 I: vec_ops.qc
 D: some additional vector operations
 T: -execute
-C: -std=fteqcc
+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'