]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - tests/vec_ops.tmpl
Implemented >< (vector cross product operator). Currently support for constants only.
[xonotic/gmqcc.git] / tests / vec_ops.tmpl
index 79432325d3b52ae2032fca3d7a300074245c76c1..0eaf045a5a70504abb10229f837f369229fc9af7 100644 (file)
@@ -1,7 +1,7 @@
 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'
@@ -11,3 +11,4 @@ M: '20 24 16'
 M: '0 0 16'
 M: '29 42 51'
 M: '0 8 16'
+M: '-4 8 -4'