Skip to content

Commit d04a66c

Browse files
committed
Consolidate into 1 Note as requested
1 parent b7eed00 commit d04a66c

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

source/numerics.tex

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16083,13 +16083,11 @@
1608316083
\rSec2[simd.general]{General}
1608416084

1608516085
\pnum
16086+
Subclause \ref{simd} defines data-parallel types and operations on these types.
1608616087
\begin{note}
1608716088
SIMD stands for ``Single Instruction Stream -- Multiple Data Stream'';
1608816089
it is defined in Flynn 1966\supercite{flynn-taxonomy}.
16089-
\end{note}
16090-
Subclause \ref{simd} defines data-parallel types and operations on these types.
16091-
\begin{note}
16092-
The intent is to support acceleration through data-parallel execution resources
16090+
The intent of this clause is to support acceleration through data-parallel execution resources
1609316091
where available, such as SIMD registers and instructions or execution units
1609416092
driven by a common instruction decoder.
1609516093
\end{note}

0 commit comments

Comments
 (0)