mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-02-22 23:42:57 +00:00
emit_x64_floating_point: Hardware FMA implementation of FPRSqrtStepFused
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user