fuzz_with_unicorn: Temporarily disable FDIV
This commit is contained in:
parent
ec0a91d6ee
commit
ef57d75b32
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user