projects
/
riscv-tests.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c2d4135
)
fix rv64uv/vvadd_fd test to correctly check results
author
Yunsup Lee
<yunsup@cs.berkeley.edu>
Wed, 20 Nov 2013 02:01:45 +0000
(18:01 -0800)
committer
Yunsup Lee
<yunsup@cs.berkeley.edu>
Wed, 20 Nov 2013 02:01:45 +0000
(18:01 -0800)
isa/rv64uv/vvadd_fd.S
patch
|
blob
|
history
diff --git
a/isa/rv64uv/vvadd_fd.S
b/isa/rv64uv/vvadd_fd.S
index 2912b70698e2de5213e4484e6953a637f2806956..62161efef8a7a5960df9ebcbed168afefbb9a5a4 100644
(file)
--- 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 a
5
,result
+ la a
6
,result
ld a1,0(a5)
- ld a2,0(a
5
)
+ ld a2,0(a
6
)
li x28,2
bne a1,a2,fail
ld a1,8(a5)