Merge pull request #8120 from MerryMage/cdts

Jit64: Make DoubleToSingle a common asm routine
This commit is contained in:
Tilka
2020-01-25 19:10:37 +00:00
committed by GitHub
9 changed files with 222 additions and 83 deletions

View File

@ -25,6 +25,7 @@ struct CommonAsmRoutinesBase
const u8* frsqrte;
const u8* fres;
const u8* mfcr;
const u8* cdts;
// In: array index: GQR to use.
// In: ECX: Address to read from.