MIPS: Compile math.sqrt() to sqrt.d instruction.
This commit is contained in:
@@ -223,6 +223,7 @@ typedef enum MIPSIns {
|
||||
MIPSI_SUB_D = 0x46200001,
|
||||
MIPSI_MUL_D = 0x46200002,
|
||||
MIPSI_DIV_D = 0x46200003,
|
||||
MIPSI_SQRT_D = 0x46200004,
|
||||
|
||||
MIPSI_ADD_S = 0x46000000,
|
||||
MIPSI_SUB_S = 0x46000001,
|
||||
|
||||
Reference in New Issue
Block a user