Skip to content

Commit

Permalink
[spec] Typo in rules for vector load/store_lane (#1763)
Browse files Browse the repository at this point in the history
  • Loading branch information
raoxiaojia authored Jul 2, 2024
1 parent 2e6b128 commit d73ac32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions document/core/valid/instructions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1098,7 +1098,7 @@ Memory Instructions
\qquad
C.\CMEMS[0] = \memtype
\qquad
2^{\memarg.\ALIGN} < N/8
2^{\memarg.\ALIGN} \leq N/8
}{
C \vdashinstr \K{v128.}\LOAD{N}\K{\_lane}~\memarg~\laneidx : [\I32~\V128] \to [\V128]
}
Expand All @@ -1122,7 +1122,7 @@ Memory Instructions
\qquad
C.\CMEMS[0] = \memtype
\qquad
2^{\memarg.\ALIGN} < N/8
2^{\memarg.\ALIGN} \leq N/8
}{
C \vdashinstr \K{v128.}\STORE{N}\K{\_lane}~\memarg~\laneidx : [\I32~\V128] \to []
}
Expand Down

0 comments on commit d73ac32

Please sign in to comment.