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 2e6b128 commit d73ac32Copy full SHA for d73ac32
document/core/valid/instructions.rst
@@ -1098,7 +1098,7 @@ Memory Instructions
1098
\qquad
1099
C.\CMEMS[0] = \memtype
1100
1101
- 2^{\memarg.\ALIGN} < N/8
+ 2^{\memarg.\ALIGN} \leq N/8
1102
}{
1103
C \vdashinstr \K{v128.}\LOAD{N}\K{\_lane}~\memarg~\laneidx : [\I32~\V128] \to [\V128]
1104
}
@@ -1122,7 +1122,7 @@ Memory Instructions
1122
1123
1124
1125
1126
1127
C \vdashinstr \K{v128.}\STORE{N}\K{\_lane}~\memarg~\laneidx : [\I32~\V128] \to []
1128
0 commit comments