Skip to content

Add SIMD acronym explanation and bibliography entry #7504

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Dec 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions source/back.tex
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,10 @@
Roldan Pozo, Karin Remington, R. Client Whaley
\doccite{An Updated Set of Basic Linear Algebra Subprograms (BLAS)}.
ACM Trans.\ Math.\ Soft., Vol.\ 28, Issue 2, 2002.
\bibitem{flynn-taxonomy}
Michael J.\ Flynn,
\doccite{Very High-Speed Computing Systems}.
Proceedings of the IEEE, Vol.\ 54, Issue 12, 1966.
\end{thebibliography}

% FIXME: For unknown reasons, hanging paragraphs are not indented within our
Expand Down
2 changes: 2 additions & 0 deletions source/numerics.tex
Original file line number Diff line number Diff line change
Expand Up @@ -16088,6 +16088,8 @@
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
Expand Down
Loading