diff --git a/tests/A64/fuzz_with_unicorn.cpp b/tests/A64/fuzz_with_unicorn.cpp index 1b3db9b0..414e9429 100644 --- a/tests/A64/fuzz_with_unicorn.cpp +++ b/tests/A64/fuzz_with_unicorn.cpp @@ -126,8 +126,6 @@ static u32 GenFloatInst(u64 pc, bool is_last_inst) { // List of instructions not to test const std::vector do_not_test { - // QEMU's implementation of FCVT is incorrect - "FCVT_float", // QEMU's implementation of FDIV is incorrect "FDIV_1", "FDIV_2", };