From: Yunsup Lee Date: Wed, 20 Nov 2013 02:01:45 +0000 (-0800) Subject: fix rv64uv/vvadd_fd test to correctly check results X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=59127ea6ea04954673a763505b9b62730dc049ed;p=riscv-tests.git fix rv64uv/vvadd_fd test to correctly check results --- diff --git a/isa/rv64uv/vvadd_fd.S b/isa/rv64uv/vvadd_fd.S index 2912b70..62161ef 100644 --- a/isa/rv64uv/vvadd_fd.S +++ b/isa/rv64uv/vvadd_fd.S @@ -24,9 +24,9 @@ RVTEST_CODE_BEGIN la a5,dest vfsd vf2,a5 fence - la a5,result + la a6,result ld a1,0(a5) - ld a2,0(a5) + ld a2,0(a6) li x28,2 bne a1,a2,fail ld a1,8(a5)