mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-01-18 14:21:36 +00:00
commenting on the quirks of MUL_VF and MUL_FV in gmqcc.h's instruction list
This commit is contained in:
parent
defb0fb6c4
commit
8b90fcf482
1 changed files with 2 additions and 2 deletions
4
gmqcc.h
4
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,
|
||||
|
|
Loading…
Reference in a new issue