Skip to content

Commit b7c5aa8

Browse files
committed
Rearrange Note per reviewer request
1 parent fe55b2e commit b7c5aa8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/numerics.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16085,11 +16085,11 @@
1608516085
\pnum
1608616086
Subclause \ref{simd} defines data-parallel types and operations on these types.
1608716087
\begin{note}
16088-
SIMD stands for ``Single Instruction Stream -- Multiple Data Stream'';
16089-
it is defined in Flynn 1966\supercite{flynn-taxonomy}.
16090-
The intent of this clause is to support acceleration through data-parallel execution resources
16088+
The intent is to support acceleration through data-parallel execution resources
1609116089
where available, such as SIMD registers and instructions or execution units
1609216090
driven by a common instruction decoder.
16091+
SIMD stands for ``Single Instruction Stream -- Multiple Data Stream'';
16092+
it is defined in Flynn 1966\supercite{flynn-taxonomy}.
1609316093
\end{note}
1609416094

1609516095
\pnum

0 commit comments

Comments
 (0)