Skip to content

Commit d73ac32

Browse files
authored
[spec] Typo in rules for vector load/store_lane (#1763)
1 parent 2e6b128 commit d73ac32

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

document/core/valid/instructions.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -1098,7 +1098,7 @@ Memory Instructions
10981098
\qquad
10991099
C.\CMEMS[0] = \memtype
11001100
\qquad
1101-
2^{\memarg.\ALIGN} < N/8
1101+
2^{\memarg.\ALIGN} \leq N/8
11021102
}{
11031103
C \vdashinstr \K{v128.}\LOAD{N}\K{\_lane}~\memarg~\laneidx : [\I32~\V128] \to [\V128]
11041104
}
@@ -1122,7 +1122,7 @@ Memory Instructions
11221122
\qquad
11231123
C.\CMEMS[0] = \memtype
11241124
\qquad
1125-
2^{\memarg.\ALIGN} < N/8
1125+
2^{\memarg.\ALIGN} \leq N/8
11261126
}{
11271127
C \vdashinstr \K{v128.}\STORE{N}\K{\_lane}~\memarg~\laneidx : [\I32~\V128] \to []
11281128
}

0 commit comments

Comments
 (0)