Skip to content

Commit 894d4d7

Browse files
authored
Merge pull request #2005 from a4lg/riscv-inline-asm-v-state
RISC-V: Add vector state registers
2 parents 08c972e + 6d489f8 commit 894d4d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/inline-assembly.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1343,7 +1343,7 @@ r[asm.rules.preserved-registers]
13431343
- Floating-point status (`FPSR` register).
13441344
- RISC-V
13451345
- Floating-point exception flags in `fcsr` (`fflags`).
1346-
- Vector extension state (`vtype`, `vl`, `vcsr`).
1346+
- Vector extension state (`vtype`, `vl`, `vxsat`, and `vxrm`).
13471347
- LoongArch
13481348
- Floating-point condition flags in `$fcc[0-7]`.
13491349
- s390x

0 commit comments

Comments
 (0)