D issues are now tracked on GitHub. This Bugzilla instance remains as a read-only archive.
Issue 8046 - simd.d needs some documentation
Summary: simd.d needs some documentation
Status: RESOLVED FIXED
Alias: None
Product: D
Classification: Unclassified
Component: druntime (show other issues)
Version: D2
Hardware: All All
: P2 normal
Assignee: No Owner
URL:
Keywords: bootcamp, pull, SIMD
Depends on:
Blocks:
 
Reported: 2012-05-05 00:16 UTC by Sean Cavanaugh
Modified: 2020-12-21 12:19 UTC (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description Sean Cavanaugh 2012-05-05 00:16:11 UTC
Several of the enums in core/simd.d are not named after real opcodes so translating documentation from the intel processor manual is a bit confusing.

For example: LODSS and STOSS are really forms of MOVSS.

Are the arguments switched for either of these vs the MOVSS?   This needs to be noted.
Comment 1 Dlang Bot 2020-12-21 11:18:57 UTC
@WalterBright created dlang/druntime pull request #3316 "fix Issue 8046 - simd.d needs some documentation" fixing this issue:

- fix Issue 8046 - simd.d needs some documentation

https://github.com/dlang/druntime/pull/3316
Comment 2 Dlang Bot 2020-12-21 12:19:06 UTC
dlang/druntime pull request #3316 "fix Issue 8046 - simd.d needs some documentation" was merged into master:

- 448c90eede949e893f6898351c4854e6059792f4 by Walter Bright:
  fix Issue 8046 - simd.d needs some documentation

https://github.com/dlang/druntime/pull/3316