From cd12a1862efcabaa0b5d4d31f3d6068baac1d0ef Mon Sep 17 00:00:00 2001 From: MerryMage Date: Fri, 3 Aug 2018 08:16:24 +0100 Subject: [PATCH] fuzz_with_unicorn: Remove FCVT_float from ignore list --- tests/A64/fuzz_with_unicorn.cpp | 2 -- 1 file changed, 2 deletions(-) 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", };