From: Wolfgang (Blub) Bumiller Date: Wed, 22 Aug 2012 16:34:48 +0000 (+0200) Subject: commenting on the quirks of MUL_VF and MUL_FV in gmqcc.h's instruction list X-Git-Tag: 0.1-rc1~85 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=8b90fcf482711961bc075cc0c09e2b51754cafc2;p=xonotic%2Fgmqcc.git commenting on the quirks of MUL_VF and MUL_FV in gmqcc.h's instruction list --- diff --git a/gmqcc.h b/gmqcc.h index 787fb1d..68cc393 100644 --- a/gmqcc.h +++ b/gmqcc.h @@ -410,8 +410,8 @@ enum { INSTR_DONE, INSTR_MUL_F, INSTR_MUL_V, - INSTR_MUL_FV, - INSTR_MUL_VF, + INSTR_MUL_FV, /* NOTE: the float operands must NOT be at the same locations: A != C */ + INSTR_MUL_VF, /* and here: B != C */ INSTR_DIV_F, INSTR_ADD_F, INSTR_ADD_V,