PPC: Compile math.sqrt() to fsqrt instruction.

This commit is contained in:
Mike Pall
2012-10-15 21:23:20 +02:00
parent 2621617a92
commit a58b86dad3
2 changed files with 5 additions and 1 deletions

View File

@@ -263,6 +263,7 @@ typedef enum PPCIns {
PPCI_FSUB = 0xfc000028,
PPCI_FMUL = 0xfc000032,
PPCI_FDIV = 0xfc000024,
PPCI_FSQRT = 0xfc00002c,
PPCI_FMADD = 0xfc00003a,
PPCI_FMSUB = 0xfc000038,