]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - gmqcc.ini.example
add another test that we just didn't have anywhere else yet
[xonotic/gmqcc.git] / gmqcc.ini.example
index adc6624816f2d1aa8c6a1d92a75a976920909921..59a27f9a2091476bd7882b41e9bb0984774d7d4f 100644 (file)
     #exception.
     ARITHMETIC_EXCEPTIONS = false
 
+    #Split vector-literals which are only used dirctly as function parameters
+    #into 3 floats stored separately to reduce the number of globals at the
+    #expense of additional instructions.
+    SPLIT_VECTOR_PARAMETERS = false
+
 [warnings]
     #Generate a warning about variables which are declared but never
     #used.  This can be avoided by adding the ‘noref’ keyword in front