From: Colin Schmidt Date: Thu, 25 Feb 2016 01:18:42 +0000 (-0800) Subject: add new failing fsqrt test case X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0816cba59572c16147aae72bd89e290b88e68c3b;p=riscv-tests.git add new failing fsqrt test case when using testfloat the correct format is input output unknown value This comment requested by palmer --- diff --git a/isa/rv64uf/fdiv.S b/isa/rv64uf/fdiv.S index ddc7290..40963e3 100644 --- a/isa/rv64uf/fdiv.S +++ b/isa/rv64uf/fdiv.S @@ -38,6 +38,9 @@ RVTEST_CODE_BEGIN // TEST_FP_OP1_S(17,, fsqrt.s, 1, 13.025515, 171.0); TEST_FP_OP1_D(18, fsqrt.d, 1, 13.076696830622021, 171.0); + // TEST_FP_OP1_D(19, fsqrt.d, 1, 0.000399423155142, 1.60795e-7); + TEST_FP_OP1_D(19, fsqrt.d, 1,0.00040099251863345283320230749702, 1.60795e-7); + TEST_PASSFAIL RVTEST_CODE_END