Skip to content

Commit e96fcf9

Browse files
committed
[simd.general] Add SIMD unpack & citation to Note
To the existing Note at the beginning of [simd.general], add text that unpacks the SIMD acronym and refers to Flynn 1966.
1 parent 0d34feb commit e96fcf9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

source/numerics.tex

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16088,6 +16088,8 @@
1608816088
The intent is to support acceleration through data-parallel execution resources
1608916089
where available, such as SIMD registers and instructions or execution units
1609016090
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}.
1609116093
\end{note}
1609216094

1609316095
\pnum

0 commit comments

Comments
 (0)