We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de15ba3 commit b7eed00Copy full SHA for b7eed00
source/numerics.tex
@@ -16083,12 +16083,11 @@
16083
\rSec2[simd.general]{General}
16084
16085
\pnum
16086
-Subclause \ref{simd}
16087
\begin{note}
16088
SIMD stands for ``Single Instruction Stream -- Multiple Data Stream'';
16089
-it is defined in Flynn 1966\supercite{flynn-taxonomy}
+it is defined in Flynn 1966\supercite{flynn-taxonomy}.
16090
\end{note}
16091
-defines data-parallel types and operations on these types.
+Subclause \ref{simd} defines data-parallel types and operations on these types.
16092
16093
The intent is to support acceleration through data-parallel execution resources
16094
where available, such as SIMD registers and instructions or execution units
0 commit comments