mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-01-18 14:21:36 +00:00
manpage: -flegacy-vector-maths
This commit is contained in:
parent
d12e6e15c9
commit
0962dfdd4d
1 changed files with 4 additions and 0 deletions
|
@ -498,6 +498,10 @@ void vafunc(string...count) {
|
|||
}
|
||||
.fi
|
||||
.in
|
||||
.TP -flegacy-vector-maths
|
||||
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.
|
||||
.SH OPTIMIZATIONS
|
||||
.TP
|
||||
.B -Opeephole
|
||||
|
|
Loading…
Reference in a new issue