emit_x64_floating_point: Hardware FMA implementation of FPRSqrtStepFused

This commit is contained in:
MerryMage
2018-09-12 16:10:18 +01:00
parent 344ee76aba
commit 3caeb62ef1
3 changed files with 76 additions and 3 deletions

View File

@@ -13,3 +13,4 @@ static_assert(FPValue<u32, false, -1, 3>() == 0x3fc00000);
static_assert(FPValue<u32, false, 0, 12739812>() == 0x4b4264e4);
static_assert(FPValue<u32, false, -8, 100>() == 0x3ec80000);
static_assert(FPValue<u32, true, 0, 1>() == 0xbf800000);
static_assert(FPValue<u32, false, -1, 1>() == 0x3f000000);