We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4efdc71 commit f95a3aeCopy full SHA for f95a3ae
riscv-elf.md
@@ -1068,8 +1068,8 @@ to the IMAFD combination with default versions of the standard extensions.
1068
#### Tag_RISCV_unaligned_access, 6, uleb128=value
1069
Tag_RISCV_unaligned_access denotes the code generation policy for this object
1070
file. Its values are defined as follows:
1071
- - 0: This object does not allow any unaligned memory accesses.
1072
- - 1: This object allows unaligned memory accesses.
+ - 0: This object does not perform any unaligned memory accesses.
+ - 1: This object may perform unaligned memory accesses.
1073
1074
#### Tag_RISCV_priv_spec, 8, uleb128=version
1075
#### Tag_RISCV_priv_spec_minor, 10, uleb128=version
0 commit comments