mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2024-11-23 20:33:05 +00:00
gmqcc.ini.example: LEGACY_VECTOR_MATHS
This commit is contained in:
parent
0962dfdd4d
commit
bfbbe0c771
1 changed files with 5 additions and 0 deletions
|
@ -102,6 +102,11 @@
|
|||
# Allow vararg access from within QC of the form: ...(argnumber, type)
|
||||
VARIADIC_ARGS = true
|
||||
|
||||
# Most Quake VMs, including the one from FTEQW or up till recently
|
||||
# Darkplaces, do not cope well with vector instructions with overlapping
|
||||
# input and output. This option will avoid producing such code.
|
||||
LEGACY_VECTOR_MATHS = true
|
||||
|
||||
# These are all the warnings, usually present via the -W prefix from
|
||||
# the command line.
|
||||
[warnings]
|
||||
|
|
Loading…
Reference in a new issue