aboutsummaryrefslogtreecommitdiff
path: root/riscv/insns/vamomaxue32_v.h
diff options
context:
space:
mode:
Diffstat (limited to 'riscv/insns/vamomaxue32_v.h')
-rw-r--r--riscv/insns/vamomaxue32_v.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/riscv/insns/vamomaxue32_v.h b/riscv/insns/vamomaxue32_v.h
index 357ba24..9b87354 100644
--- a/riscv/insns/vamomaxue32_v.h
+++ b/riscv/insns/vamomaxue32_v.h
@@ -1,2 +1,2 @@
//vamomaxue.v vd, (rs1), vs2, vd
-VI_AMO({ return lhs >= vs3 ? lhs : vs3;; }, uint, e8);
+VI_AMO({ return lhs >= vs3 ? lhs : vs3;; }, uint, e32);