File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16085,11 +16085,11 @@
16085
16085
\pnum
16086
16086
Subclause \ref{simd} defines data-parallel types and operations on these types.
16087
16087
\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
16091
16089
where available, such as SIMD registers and instructions or execution units
16092
16090
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}.
16093
16093
\end{note}
16094
16094
16095
16095
\pnum
You can’t perform that action at this time.
0 commit comments