diff --git a/source/numerics.tex b/source/numerics.tex index d378fbc839..d32e3732c3 100644 --- a/source/numerics.tex +++ b/source/numerics.tex @@ -16083,13 +16083,11 @@ \rSec2[simd.general]{General} \pnum +Subclause \ref{simd} defines data-parallel types and operations on these types. \begin{note} SIMD stands for ``Single Instruction Stream -- Multiple Data Stream''; it is defined in Flynn 1966\supercite{flynn-taxonomy}. -\end{note} -Subclause \ref{simd} defines data-parallel types and operations on these types. -\begin{note} -The intent is to support acceleration through data-parallel execution resources +The intent of this clause is to support acceleration through data-parallel execution resources where available, such as SIMD registers and instructions or execution units driven by a common instruction decoder. \end{note}