From 8b90fcf482711961bc075cc0c09e2b51754cafc2 Mon Sep 17 00:00:00 2001 From: "Wolfgang (Blub) Bumiller" Date: Wed, 22 Aug 2012 18:34:48 +0200 Subject: [PATCH] commenting on the quirks of MUL_VF and MUL_FV in gmqcc.h's instruction list --- gmqcc.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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, -- 2.39.2