File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -16083,13 +16083,11 @@
16083
16083
\rSec2[simd.general]{General}
16084
16084
16085
16085
\pnum
16086
+ Subclause \ref{simd} defines data-parallel types and operations on these types.
16086
16087
\begin{note}
16087
16088
SIMD stands for ``Single Instruction Stream -- Multiple Data Stream'';
16088
16089
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
16093
16091
where available, such as SIMD registers and instructions or execution units
16094
16092
driven by a common instruction decoder.
16095
16093
\end{note}
You can’t perform that action at this time.
0 commit comments