mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2024-11-27 22:22:17 +00:00
Reverting the removal of _FV instructions, it's just easier this way
This commit is contained in:
parent
858854a83e
commit
8865b12001
1 changed files with 2 additions and 0 deletions
2
gmqcc.h
2
gmqcc.h
|
@ -466,6 +466,7 @@ enum {
|
|||
INSTR_MUL_F,
|
||||
INSTR_MUL_V,
|
||||
INSTR_MUL_VF,
|
||||
INSTR_MUL_FV,
|
||||
INSTR_MUL_Q,
|
||||
INSTR_MUL_QF,
|
||||
INSTR_MUL_M,
|
||||
|
@ -600,6 +601,7 @@ static const struct {
|
|||
{ "MUL_F" , 3, 5 },
|
||||
{ "MUL_V" , 3, 5 },
|
||||
{ "MUL_VF" , 3, 6 },
|
||||
{ "MUL_FV" , 3, 6 },
|
||||
{ "MUL_Q" , 3, 5 },
|
||||
{ "MUL_QF" , 3, 6 },
|
||||
{ "MUL_M" , 3, 5 },
|
||||
|
|
Loading…
Reference in a new issue