-
Notifications
You must be signed in to change notification settings - Fork 774
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please rephrase the commit descriptions: https://github.com/cplusplus/draft/wiki/Commit-message-format
@jensmaurer wrote:
Thanks Jens! I'll edit the commit messages to correspond to the "Editorial commits" format. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Squash all commits, fix the commit description to read something like
[simd.general] Explain SIMD acronym and add bibliography entry
and force-push.
Add bibliography entry for Flynn 1966, the paper that introduced what later became known as "Flynn's Taxonomy." This classifies parallel computer hardware as SISD, SIMD, MISD, or MIMD. Adding this entry will let [simd] ("Data-parallel types") refer to this paper (a change to be made in a future commit) when unpacking the "SIMD" abbreviation.
To the existing Note at the beginning of [simd.general], add text that unpacks the SIMD acronym and refers to Flynn 1966.
b7c5aa8
to
e96fcf9
Compare
@jensmaurer wrote:
Done! There are two commits now, one for the [bibliography] change and one for the [simd.general] change. Please let me know if you would like those two changes in one commit. Thanks! |
Let me squash them, so that the reference is never "unused. Thank you! |
Uh oh!
There was an error while loading. Please reload this page.