mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2024-11-24 04:41:25 +00:00
manpage: fixing a .TP/.B mixup
This commit is contained in:
parent
62af1659eb
commit
32f1a5d2c8
1 changed files with 2 additions and 1 deletions
|
@ -502,7 +502,8 @@ void vafunc(string...count) {
|
||||||
}
|
}
|
||||||
.fi
|
.fi
|
||||||
.in
|
.in
|
||||||
.TP -flegacy-vector-maths
|
.TP
|
||||||
|
.B -flegacy-vector-maths
|
||||||
Most Quake VMs, including the one from FTEQW or up till recently
|
Most Quake VMs, including the one from FTEQW or up till recently
|
||||||
Darkplaces, do not cope well with vector instructions with overlapping
|
Darkplaces, do not cope well with vector instructions with overlapping
|
||||||
input and output. This option will avoid producing such code.
|
input and output. This option will avoid producing such code.
|
||||||
|
|
Loading…
Reference in a new issue