mirror of
https://github.com/azahar-emu/dynarmic
synced 2025-11-07 07:29:59 +01:00
fuzz_with_unicorn: Remove FCVT_float from ignore list
This commit is contained in:
parent
54d8552177
commit
cd12a1862e
@ -126,8 +126,6 @@ static u32 GenFloatInst(u64 pc, bool is_last_inst) {
|
|||||||
|
|
||||||
// List of instructions not to test
|
// List of instructions not to test
|
||||||
const std::vector<std::string> do_not_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
|
// QEMU's implementation of FDIV is incorrect
|
||||||
"FDIV_1", "FDIV_2",
|
"FDIV_1", "FDIV_2",
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user