From: Wolfgang Bumiller Date: Sun, 23 Dec 2012 16:50:44 +0000 (+0100) Subject: manpage: remove the MUL_FV/VF section, it wouldn't be legal code anyway X-Git-Tag: before-library~527 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=2967dba7adb85997f1c8351edf3c1a0aebde0ad3;p=xonotic%2Fgmqcc.git manpage: remove the MUL_FV/VF section, it wouldn't be legal code anyway --- diff --git a/doc/gmqcc.1 b/doc/gmqcc.1 index 68f74df..38b6fe1 100644 --- a/doc/gmqcc.1 +++ b/doc/gmqcc.1 @@ -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