From 59127ea6ea04954673a763505b9b62730dc049ed Mon Sep 17 00:00:00 2001 From: Yunsup Lee Date: Tue, 19 Nov 2013 18:01:45 -0800 Subject: [PATCH] fix rv64uv/vvadd_fd test to correctly check results --- isa/rv64uv/vvadd_fd.S | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) -- 2.30.2