fuzz_with_unicorn: Remove FCVT_float from ignore list
This commit is contained in:
parent
54d8552177
commit
cd12a1862e
1 changed files with 0 additions and 2 deletions
|
@ -126,8 +126,6 @@ static u32 GenFloatInst(u64 pc, bool is_last_inst) {
|
|||
|
||||
// List of instructions not to test
|
||||
const std::vector<std::string> do_not_test {
|
||||
// QEMU's implementation of FCVT is incorrect
|
||||
"FCVT_float",
|
||||
// QEMU's implementation of FDIV is incorrect
|
||||
"FDIV_1", "FDIV_2",
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue