Jit64: Make DoubleToSingle a common asm routine

This commit is contained in:
booto
2019-05-21 23:37:22 -04:00
committed by MerryMage
parent 9136abf07e
commit c4799e5977
6 changed files with 88 additions and 81 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.