diff --git a/source/numerics.tex b/source/numerics.tex index d32e3732c3..1cdc5bb0ce 100644 --- a/source/numerics.tex +++ b/source/numerics.tex @@ -16085,11 +16085,11 @@ \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}. -The intent of this clause is to support acceleration through data-parallel execution resources +The intent 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. +SIMD stands for ``Single Instruction Stream -- Multiple Data Stream''; +it is defined in Flynn 1966\supercite{flynn-taxonomy}. \end{note} \pnum