fuzz_with_unicorn: Temporarily disable FDIV

This commit is contained in:
MerryMage 2018-07-12 22:31:31 +01:00
parent ec0a91d6ee
commit ef57d75b32

View file

@ -118,6 +118,8 @@ static u32 GenFloatInst(u64 pc, bool is_last_inst) {
"FCVT_float",
// Approximation. Produces incorrect results.
"FMADD_float", "FMSUB_float", "FNMADD_float", "FNMSUB_float",
// Requires investigation (temporarily disabled).
"FDIV_2",
};
std::vector<InstructionGenerator> result;