mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2024-11-27 22:22:17 +00:00
manpage: remove the MUL_FV/VF section, it wouldn't be legal code anyway
This commit is contained in:
parent
4f06daf7d0
commit
2967dba7ad
1 changed files with 0 additions and 2 deletions
|
@ -342,8 +342,6 @@ enabling escape sequences like '\\{x2211}'.
|
|||
Some general peephole optimizations. For instance the code `a = b + c`
|
||||
typically generates 2 instructions, an ADD and a STORE. This
|
||||
optimization removes the STORE and lets the ADD write directly into A.
|
||||
This optimization will not happen for MUL_VF or MUL_FV if the target
|
||||
is the float operand.
|
||||
.TP
|
||||
.B -Otail-recursion
|
||||
Tail recursive function calls will be turned into loops to avoid the
|
||||
|
|
Loading…
Reference in a new issue