commenting on the quirks of MUL_VF and MUL_FV in gmqcc.h's instruction list

This commit is contained in:
Wolfgang (Blub) Bumiller 2012-08-22 18:34:48 +02:00
parent defb0fb6c4
commit 8b90fcf482

View file

@ -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,