aboutsummaryrefslogtreecommitdiff
path: root/isa/rv64uv/fcvt.S
diff options
context:
space:
mode:
Diffstat (limited to 'isa/rv64uv/fcvt.S')
-rw-r--r--isa/rv64uv/fcvt.S5
1 files changed, 3 insertions, 2 deletions
diff --git a/isa/rv64uv/fcvt.S b/isa/rv64uv/fcvt.S
index 151e054..180712f 100644
--- a/isa/rv64uv/fcvt.S
+++ b/isa/rv64uv/fcvt.S
@@ -11,8 +11,9 @@
RVTEST_RV64U
RVTEST_CODE_BEGIN
+ vsetcfg 32,32
li a3,4
- vvcfgivl a3,a3,32,32
+ vsetvl a3,a3
la a3,src
vld vx2,a3
@@ -20,7 +21,7 @@ RVTEST_CODE_BEGIN
vf %lo(vtcode)(a0)
la a4,dest
vfsd vf0,a4
- fence.v.l
+ fence
la a5,result
ld a1,0(a4)
ld a2,0(a5)