]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - tests/correct-logic-1-s.tmpl
Some CLZ for other toolchains.
[xonotic/gmqcc.git] / tests / correct-logic-1-s.tmpl
index e3f3451581a5b5f1d8caeae6d58ced2dc3f44a4e..8406ab7ec3e2a004489ec15ea5f2c4de7215623c 100644 (file)
@@ -2,7 +2,7 @@ I: correct-logic.qc
 D: vector logic flags
 T: -execute
 C: -std=fteqcc -fshort-logic
-M:          ! & | i N
+M:         ! & | i N
 M: 0, 0 -> 1 0 0 0 1
 M: 0, x -> 1 0 1 0 1
 M: x, 0 -> 0 0 1 1 0